Skip to content

Commit

Permalink
chore: 🚧 Update color config for nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenvanMeijeren committed Dec 13, 2023
1 parent fb37379 commit 80b5bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants/Colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ export const experimentalColorMap: Record<'dark' | 'light', ColorSchemeType> = {
navBar: {
backgroundColor: '#FAFAFA',
itemBackgroundColor: '#FAFAFA',
activeItemBackgroundColor: '#ccc',
activeItemBackgroundColor: '#000000',
color: '#000000',
activeColor: '#000000',
activeColor: '#FFFFFF',
},
borderColor: '#ccc',
subTitle: '#2B2A2A',
Expand Down

0 comments on commit 80b5bb1

Please sign in to comment.