Skip to content

Commit 553c152

Browse files
committed
adapt LanguageSupportFilter
1 parent 6b669e6 commit 553c152

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/FindWallet/LanguageSupportFilter.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ export const LanguageSupportFilter = () => {
9191
color="inherit"
9292
fontWeight="inherit"
9393
fontSize="inherit"
94-
p={0}
94+
px={0}
95+
py={0}
9596
textAlign="initial"
9697
_hover={{ background: "transparent" }}
9798
>

src/components/FindWallet/WalletFilterFeature.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ const WalletFilterFeature = ({
104104
color="inherit"
105105
fontWeight="inherit"
106106
fontSize="inherit"
107-
p={0}
107+
px={0}
108+
py={0}
108109
textAlign="initial"
109110
_hover={{ background: "transparent" }}
110111
>

0 commit comments

Comments
 (0)