Skip to content

Commit

Permalink
fix(theme-utils): fix mainContainer dark value
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 authored and acd02 committed Aug 2, 2023
1 parent ab90588 commit dd5c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/theme/src/defaultThemeDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const defaultThemeDark: Theme = createTheme({
mainPressed: '#0052FF',
mainFocused: '#0052FF',
// Main container
mainContainer: '#001766',
mainContainer: '#002799',
onMainContainer: '#FFFFFF',
mainContainerHovered: '#000A33',
mainContainerPressed: '#000A33',
Expand Down

0 comments on commit dd5c408

Please sign in to comment.