Skip to content

Commit

Permalink
feat: TryQuiet#1502 tweak light-mode sidebar background
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kiss committed May 14, 2024
1 parent cf106e0 commit 663afcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/renderer/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const lightTheme = createTheme({
border02: '#B3B3B3',
border03: '#D2D2D2',
// Other custom colors
sidebarBackground: '#711FA5',
sidebarBackground: '#511974',
},
},
//@ts-ignore MUI types expect 25 shadows - see: https://github.com/mui/material-ui/issues/28820
Expand Down

0 comments on commit 663afcd

Please sign in to comment.