From ac2d49a40035b6deba8124f28aba045ec7bc5940 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Fri, 24 Oct 2025 21:29:38 +0800 Subject: [PATCH] update button theme --- src/App.tsx | 1 + src/component/Admin/Common/SharesInput.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"