Merge pull request #7 from rkheftan/chore/theme
chore: fix main primary color
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user