chore: fix main primary color
This commit is contained in:
@@ -4,7 +4,7 @@ import type { Palette } from './color.type';
|
||||
export const PALETTE: Palette = {
|
||||
primary: {
|
||||
light: {
|
||||
main: blue[500],
|
||||
main: blue[400],
|
||||
dark: blue[700],
|
||||
light: blue[100],
|
||||
contrastText: '#FFFFFF',
|
||||
|
||||
Reference in New Issue
Block a user