mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
checked checkbox custom icon color added
This commit is contained in:
parent
1a01619a17
commit
6cca303295
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.checkbox-container {
|
||||
&:global(.checked) {
|
||||
.icon {
|
||||
fill: var(--color-surface-light5);
|
||||
background-color: var(--color-primaryvariant1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue