adding inbox
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { createTheme } from '@mui/material';
|
||||
import { blueGrey } from '@mui/material/colors';
|
||||
|
||||
export const NirvanaTheme = createTheme({
|
||||
typography: {
|
||||
@@ -6,6 +7,9 @@ export const NirvanaTheme = createTheme({
|
||||
overline: {
|
||||
letterSpacing: 2,
|
||||
},
|
||||
caption: {
|
||||
color: blueGrey[200],
|
||||
},
|
||||
},
|
||||
palette: {
|
||||
primary: {
|
||||
|
||||
Reference in New Issue
Block a user