Merge pull request #7 from rkheftan/chore/theme

chore: fix main primary color
This commit is contained in:
SajadMRjl
2025-07-26 17:45:04 +03:30
committed by GitHub

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',