fix(NumberInput): use color variable for font color

This commit is contained in:
Botzy 2025-02-07 19:13:23 +02:00
parent 538e462b12
commit 36a2896525

View file

@ -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,