Skip to content

Commit 150ae19

Browse files
Mariela TihovaMariela Tihova
authored andcommitted
chore(checkbox): use css variables in styling sample
1 parent ed10d6d commit 150ae19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
igc-checkbox::part(indicator) {
2-
stroke: var(--ig-secondary-500-contrast);
2+
--tick-color: var(--ig-secondary-500-contrast);
33
}
44

55
igc-checkbox::part(control checked)::after {
6-
border-radius: 4px;
7-
background: var(--ig-secondary-500);
6+
--fill-color: var(--ig-secondary-500);
87
}

0 commit comments

Comments
 (0)