From b9d67698c761e7b47ba36c46ee18b2ad0538fe9d Mon Sep 17 00:00:00 2001 From: Sajad Mirjalili Date: Sat, 26 Jul 2025 17:44:33 +0330 Subject: [PATCH] chore: fix main primary color --- src/theme/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/colors.ts b/src/theme/colors.ts index 219b302..c3446ea 100644 --- a/src/theme/colors.ts +++ b/src/theme/colors.ts @@ -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',