mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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);
|
background: var(--overlay-color);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: white;
|
color: var(--primary-foreground-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
font-size: 1.3125rem;
|
font-size: 1.3125rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
color: var(--primary-foreground-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&::-webkit-outer-spin-button,
|
&::-webkit-outer-spin-button,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue