Commit ef0ba22 1 parent 139e229 commit ef0ba22 Copy full SHA for ef0ba22
File tree 2 files changed +9
-5
lines changed
packages/calcite-components/src/demos
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ main {
24
24
.example-container h3 ,
25
25
.example-container h4 ,
26
26
.example-container h5 {
27
- font-weight : var (--calcite-app- font-weight-demi );
27
+ font-weight : var (--calcite-font-weight-semibold );
28
28
/* margin: var(--calcite-app-cap-spacing) 0 0; */
29
29
}
30
30
.example-container h1 {
31
- font-size : var (--calcite-app- font-size-2 );
31
+ font-size : var (--calcite-font-size );
32
32
}
33
33
.example-container h2 {
34
- font-size : var (--calcite-app- font-size-1 );
34
+ font-size : var (--calcite-font-size-sm );
35
35
}
36
36
.example-container h3 {
37
37
font-weight : var (--calcite-app-font-weight );
38
- font-size : var (--calcite-app- font-size-1 );
38
+ font-size : var (--calcite-font-size-sm );
39
39
}
40
40
41
41
/*
Original file line number Diff line number Diff line change @@ -788,7 +788,11 @@ <h1 style="margin: 0 auto; text-align: center">List</h1>
788
788
> </ calcite-icon >
789
789
</ calcite-list-item >
790
790
< calcite-list-item drag-disabled label ="test5 " value ="test5 " description ="hello world 5 ">
791
- < calcite-icon icon ="compass " slot ="content-start " style ="color: var(--calcite-ui-success) "> </ calcite-icon >
791
+ < calcite-icon
792
+ icon ="compass "
793
+ slot ="content-start "
794
+ style ="color: var(--calcite-color-status-success) "
795
+ > </ calcite-icon >
792
796
</ calcite-list-item >
793
797
</ calcite-list >
794
798
</ div >
You can’t perform that action at this time.
0 commit comments