From 06213270eee38a0db7f3ccec52b19551cb098f6e Mon Sep 17 00:00:00 2001 From: juliajforesti Date: Wed, 13 Jul 2022 15:58:49 -0300 Subject: [PATCH] Fix disabled icon colors on sidebar --- apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts b/apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts index 3d34e050f25d..355c5f189805 100644 --- a/apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts +++ b/apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts @@ -149,10 +149,13 @@ const getStyle = ( --rcx-tag-colors-ghost-background-color: ${toVar(colors.n700)}; --rcx-color-surface: ${toVar(colors.n900)}; + --rcx-button-colors-icon-disabled-color: ${toVar(colors.n700)}; + --rcx-button-colors-icon-disabled-background-color: ${toVar(colors.n900)}; + --rcx-button-colors-icon-disabled-border-color: ${toVar(colors.n900)}; + --rcx-divider-color: ${h2r(toVar(colors.n900), 0.4)}; --rcx-color-foreground-alternative: ${toVar(colors.n100)}; --rcx-color-foreground-hint: ${toVar(colors.n600)}; - } .rcx-badge--danger {