save button becomes gray when save is disabled

This commit is contained in:
Olivier Gagnon
2021-09-16 21:23:03 -04:00
parent 744f3bc067
commit 628572cf21
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export const theme = createTheme({
root: {
backgroundColor: "#333",
border: "1px solid " + colors.well,
color: colors.primary,
// color: colors.primary,
margin: "5px",
padding: "3px 5px",
"&:hover": {