Skip to content

Commit fdb745a

Browse files
authored
Merge pull request #899 from amitamrutiya/add-token
feat: add card name color token for toolbar
2 parents 2d498cf + d3c30a6 commit fdb745a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/palette.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare module '@mui/material/styles' {
1919
default: string;
2020
};
2121
tabs?: string;
22+
card?: string;
2223
tertiary?: string;
2324
hover?: string;
2425
blur?: {
@@ -196,6 +197,7 @@ export const lightModePalette: PaletteOptions = {
196197
secondary: Colors.accentGrey[90],
197198
tertiary: Colors.accentGrey[80],
198199
tabs: Colors.accentGrey[100], // TODO: Make this name or token to more genric
200+
card: Colors.charcoal[100],
199201
hover: Colors.charcoal[90],
200202
supplementary: Colors.accentGrey[40],
201203
blur: {
@@ -313,6 +315,7 @@ export const darkModePalette: PaletteOptions = {
313315
secondary: Colors.accentGrey[20],
314316
tertiary: Colors.accentGrey[30],
315317
tabs: Colors.gray[10], // TODO: Make this name or token to more genric
318+
card: Colors.gray[20],
316319
hover: Colors.charcoal[20],
317320
supplementary: Colors.accentGrey[40],
318321
blur: {

0 commit comments

Comments
 (0)