From 62ffe67838fb594f29bf2c31b6e452a638cd59b8 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 5 Jan 2024 15:31:55 +0100 Subject: [PATCH] :bug: Fix problem with disabled buttons visibility --- .../resources/styles/common/refactor/themes/light-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/common/refactor/themes/light-theme.scss b/frontend/resources/styles/common/refactor/themes/light-theme.scss index bbfc3337d2..422c7b0c5a 100644 --- a/frontend/resources/styles/common/refactor/themes/light-theme.scss +++ b/frontend/resources/styles/common/refactor/themes/light-theme.scss @@ -16,7 +16,7 @@ --color-foreground-primary: var(--black); --color-foreground-secondary: var(--off-black); --color-foreground-tertiary: var(--pink); - --color-foreground-disabled: var(--light-gray-1); + --color-foreground-disabled: var(--off-black-30); --color-accent-primary: var(--purple); --color-accent-primary-muted: var(--purple-30); --color-accent-secondary: var(--blue);