character overview in mui

This commit is contained in:
Olivier Gagnon
2021-09-16 17:30:47 -04:00
parent 088657f162
commit f0f57150aa
6 changed files with 217 additions and 249 deletions
+13
View File
@@ -18,6 +18,13 @@ export const colors = {
well: "#222",
white: "#fff",
black: "#000",
hp: "#dd3434",
money: "#ffd700",
hack: "#adff2f",
combat: "#faffdf",
cha: "#a671d1",
int: "#6495ed",
};
export const theme = createMuiTheme({
@@ -175,6 +182,12 @@ export const theme = createMuiTheme({
backgroundColor: colors.welllight,
},
},
MuiPaper: {
root: {
backgroundColor: colors.black,
border: "1px solid " + colors.welllight,
},
},
},
});