diff --git a/src/App.tsx b/src/App.tsx index 279ee19..087a60f 100755 --- a/src/App.tsx +++ b/src/App.tsx @@ -64,6 +64,7 @@ export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions }, defaultProps: { disableElevation: true, + disableRipple: false, }, }, MuiAlert: { diff --git a/src/component/Admin/Common/SharesInput.tsx b/src/component/Admin/Common/SharesInput.tsx index b0b7f5e..18fd958 100755 --- a/src/component/Admin/Common/SharesInput.tsx +++ b/src/component/Admin/Common/SharesInput.tsx @@ -31,7 +31,7 @@ const SharesInput = (props: SharesInputProps) => { }, mt: 0, }} - variant="outlined" + variant="filled" margin="dense" placeholder={t("dashboard:settings.searchShare")} type="text"