Skip to content

Commit f6e0570

Browse files
committed
fix initial rotation on wallet filters icon
1 parent eaffb14 commit f6e0570

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/FindWallet/LanguageSupportFilter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const LanguageSupportFilter = () => {
104104
color="primary.base"
105105
boxSize={9}
106106
_hover={{ color: "primary.hover" }}
107+
transform="rotate(0deg)"
107108
/>
108109
</AccordionButton>
109110
</Heading>

src/components/FindWallet/WalletFilterFeature.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ const WalletFilterFeature = ({
117117
color="primary.base"
118118
boxSize={9}
119119
_hover={{ color: "primary.hover" }}
120+
transform="rotate(0deg)"
120121
/>
121122
</AccordionButton>
122123
</Heading>

0 commit comments

Comments
 (0)