chore: fix main primary color

This commit is contained in:
Sajad Mirjalili
2025-07-26 17:44:33 +03:30
parent 0e537aa5ef
commit b9d67698c7

View File

@@ -4,7 +4,7 @@ import type { Palette } from './color.type';
export const PALETTE: Palette = { export const PALETTE: Palette = {
primary: { primary: {
light: { light: {
main: blue[500], main: blue[400],
dark: blue[700], dark: blue[700],
light: blue[100], light: blue[100],
contrastText: '#FFFFFF', contrastText: '#FFFFFF',