mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
PlayIcon styles uses less colors
This commit is contained in:
parent
0e16875c65
commit
46eaf5955a
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
||||
|
||||
.background {
|
||||
fill: var(--color-surfacelighter);
|
||||
fill: @color-surface-light5;
|
||||
}
|
||||
|
||||
.icon {
|
||||
fill: var(--color-backgrounddarker);
|
||||
fill: @color-background-dark5;
|
||||
}
|
||||
Loading…
Reference in a new issue