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); 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,