update button theme

This commit is contained in:
2025-10-24 21:29:38 +08:00
parent 2f4930b39a
commit ac2d49a400
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions
}, },
defaultProps: { defaultProps: {
disableElevation: true, disableElevation: true,
disableRipple: false,
}, },
}, },
MuiAlert: { MuiAlert: {

View File

@@ -31,7 +31,7 @@ const SharesInput = (props: SharesInputProps) => {
}, },
mt: 0, mt: 0,
}} }}
variant="outlined" variant="filled"
margin="dense" margin="dense"
placeholder={t("dashboard:settings.searchShare")} placeholder={t("dashboard:settings.searchShare")}
type="text" type="text"