adding inbox

This commit is contained in:
talksik
2022-05-27 23:57:26 -05:00
parent 46189d1fe1
commit 3fb043e2f8
2 changed files with 47 additions and 0 deletions
+4
View File
@@ -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: {