Skip to content

Commit

Permalink
Chore: Disabled icon colors on sidebar (#26257)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Jul 13, 2022
1 parent 9523184 commit d6f068b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/meteor/client/sidebar/hooks/useSidebarPaletteColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d6f068b

Please sign in to comment.