From a3adddcf96d4a699112292dccced8f05c9820dfd Mon Sep 17 00:00:00 2001 From: Amit Amrutiya Date: Mon, 27 Jan 2025 20:18:31 +0530 Subject: [PATCH] feat: add card token Signed-off-by: Amit Amrutiya --- src/theme/palette.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme/palette.ts b/src/theme/palette.ts index a8dda89f0..c1dd1218f 100644 --- a/src/theme/palette.ts +++ b/src/theme/palette.ts @@ -19,6 +19,7 @@ declare module '@mui/material/styles' { default: string; }; tabs?: string; + card?: string; tertiary?: string; hover?: string; blur?: { @@ -196,6 +197,7 @@ export const lightModePalette: PaletteOptions = { secondary: Colors.accentGrey[90], tertiary: Colors.accentGrey[80], tabs: Colors.accentGrey[100], // TODO: Make this name or token to more genric + card: Colors.charcoal[100], hover: Colors.charcoal[90], supplementary: Colors.accentGrey[40], blur: { @@ -313,6 +315,7 @@ export const darkModePalette: PaletteOptions = { secondary: Colors.accentGrey[20], tertiary: Colors.accentGrey[30], tabs: Colors.gray[10], // TODO: Make this name or token to more genric + card: Colors.gray[20], hover: Colors.charcoal[20], supplementary: Colors.accentGrey[40], blur: {