File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,9 @@ This migrates the `coachmark` component to S2. Custom properties have been remap
8
8
9
9
| Before | After |
10
10
| ------------------------------------------ | ----------------------------------------------- |
11
- | --spectrum-sans-serif-font | --spectrum-title-sans-serif-font-family |
12
- | --spectrum-heading-serif-font-style | --spectrum-title-serif-font-style |
13
11
| --spectrum-heading-sans-serif-font-weight | --spectrum-title-sans-serif-font-weight |
14
12
| --spectrum-coach-mark-title-size | --spectrum-coach-mark-title-font-size |
15
13
| --spectrum-heading-line-height | --spectrum-title-line-height |
16
14
| --spectrum-coach-mark-body-size | --spectrum-coach-mark-body-font-size |
17
- | --spectrum-sans-serif-font | --spectrum-body-sans-serif-font-family |
18
15
| --spectrum-body-sans-serif-font-style | --spectrum-body-serif-font-style |
19
16
| --spectrum-coach-mark-pagination-body-size | --spectrum-coach-mark-pagination-body-font-size |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ governing permissions and limitations under the License.
29
29
30
30
/* font */
31
31
--spectrum-coachmark-title-color : var (--spectrum-heading-color );
32
- --spectrum-coachmark-title-font-family : var (--spectrum-title- sans-serif-font-family );
32
+ --spectrum-coachmark-title-font-family : var (--spectrum-sans-serif-font );
33
33
--spectrum-coachmark-title-font-style : var (--spectrum-title-serif-font-style );
34
34
--spectrum-coachmark-title-text-font-weight : var (--spectrum-title-sans-serif-font-weight );
35
35
--spectrum-coachmark-title-font-size : var (--spectrum-coach-mark-title-font-size );
@@ -44,7 +44,7 @@ governing permissions and limitations under the License.
44
44
45
45
--spectrum-coachmark-step-color : var (--spectrum-coach-mark-pagination-color );
46
46
--spectrum-coachmark-step-font-weight : var (--spectrum-body-medium-font-weight );
47
- --spectrum-coachmark-step-font-family : var (--spectrum-body- sans-serif-font-family );
47
+ --spectrum-coachmark-step-font-family : var (--spectrum-sans-serif-font );
48
48
--spectrum-coachmark-step-font-style : var (--spectrum-body-serif-font-style );
49
49
--spectrum-coachmark-step-line-height : var (--spectrum-line-height-200 );
50
50
--spectrum-coachmark-step-font-size : var (--spectrum-coach-mark-pagination-body-font-size );
You can’t perform that action at this time.
0 commit comments