Track cleanup progress and polish profile/system flows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user