Track cleanup progress and polish profile/system flows

This commit is contained in:
cesnimda
2026-03-23 19:49:41 +01:00
parent fcafda6f52
commit 90fdd8e1a5
14 changed files with 156 additions and 49 deletions
+6
View File
@@ -285,6 +285,7 @@ export const getTheme = (_mode: "light" | "dark", accentColor: string) => {
paddingRight: 0,
paddingTop: 10,
paddingBottom: 10,
lineHeight: 1.45,
},
inputMultiline: {
paddingTop: 0,
@@ -295,6 +296,11 @@ export const getTheme = (_mode: "light" | "dark", accentColor: string) => {
},
MuiInputBase: {
styleOverrides: {
input: {
"&::placeholder": {
opacity: 0.72,
},
},
inputMultiline: {
"&::placeholder": {
opacity: 0.72,