From 36a2896525cac77fee0d85090ccbb2fa522a8a06 Mon Sep 17 00:00:00 2001 From: Botzy Date: Fri, 7 Feb 2025 19:13:23 +0200 Subject: [PATCH] fix(NumberInput): use color variable for font color --- src/components/NumberInput/styles.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NumberInput/styles.less b/src/components/NumberInput/styles.less index 0fe8e8c81..484f3661a 100644 --- a/src/components/NumberInput/styles.less +++ b/src/components/NumberInput/styles.less @@ -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,