mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(NumberInput): use color variable for font color
This commit is contained in:
parent
538e462b12
commit
36a2896525
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
background: var(--overlay-color);
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
color: var(--primary-foreground-color);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
font-size: 1.3125rem;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
color: white;
|
||||
color: var(--primary-foreground-color);
|
||||
text-align: center;
|
||||
|
||||
&::-webkit-outer-spin-button,
|
||||
|
|
|
|||
Loading…
Reference in a new issue