update button theme
This commit is contained in:
@@ -64,6 +64,7 @@ export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions
|
|||||||
},
|
},
|
||||||
defaultProps: {
|
defaultProps: {
|
||||||
disableElevation: true,
|
disableElevation: true,
|
||||||
|
disableRipple: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiAlert: {
|
MuiAlert: {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user