Skip to content

Commit

Permalink
fix: muted color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 21, 2020
1 parent 654ae78 commit 2389f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const theme: ControlsTheme = {
primary: '#efefef',
secondary: '#b4e1fa',
highlight: '#b7ecec',
muted: '#e6e6e6',
muted: '#262626',
mutedText: '#c9cacf',
gray: '#4d5866',
background: '#38404a',
Expand Down

0 comments on commit 2389f6a

Please sign in to comment.