hide broken donate form and adjust paperColor

This commit is contained in:
nikk gitanes
2023-03-29 00:37:16 +03:00
parent 6e57e9e4b4
commit 324efe0370
4 changed files with 28 additions and 22 deletions

View File

@@ -58,6 +58,11 @@ export const useMaterialUITheme = () => {
fontSize: '1.2rem',
},
},
MuiPaper: {
root: {
backgroundColor: mainColors[theme].paperColor,
},
},
MuiInputBase: {
input: {
color: mainColors[theme].labels,