Checkbox uses the new colors

This commit is contained in:
svetlagasheva 2020-02-24 14:22:55 +02:00
parent 2ca78c077e
commit 8bf15e5385
4 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
"react-dom": "16.12.0",
"react-focus-lock": "2.2.1",
"spatial-navigation-polyfill": "git+ssh://git@github.com/Stremio/spatial-navigation.git#381b4f37d138e66ae8ea025e240af3704245e5dc",
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.4",
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v3.0.0",
"stremio-core-web": "git+ssh://git@github.com/stremio/stremio-core-web.git#da5b37865004d0ae140518c4f276d1ed1a1483d9",
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.11",
"vtt.js": "0.13.0"

View file

@ -1,4 +1,4 @@
@import (inline, once, css) '~stremio-colors/css/stremio-colors.css';
@import (inline, once, css) '~stremio-colors/dist/css/stremio-colors.css';
@import (inline, once, css) '~stremio/common/roboto.css';
@import (reference) '~stremio/common/screen-sizes.less';

View file

@ -1,7 +1,7 @@
.checkbox-container {
&:global(.checked) {
.icon {
background-color: var(--color-primary);
background-color: var(--color-primaryvariant1);
}
}
@ -9,6 +9,6 @@
display: block;
width: 1rem;
height: 1rem;
fill: var(--color-surfacelighter);
fill: var(--color-surface-light5);
}
}

View file

@ -10442,9 +10442,9 @@ stream-shift@^1.0.0:
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
"stremio-colors@git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.4":
"stremio-colors@git+ssh://git@github.com/Stremio/stremio-colors.git#v3.0.0":
version "2.0.4"
resolved "git+ssh://git@github.com/Stremio/stremio-colors.git#6a3fb5b311adb150920a8c59344b29d5de89b489"
resolved "git+ssh://git@github.com/Stremio/stremio-colors.git#0fd22b41b4246dd92182727b49ef9e4a67413202"
"stremio-core-web@git+ssh://git@github.com/stremio/stremio-core-web.git#da5b37865004d0ae140518c4f276d1ed1a1483d9":
version "0.6.0"