Skip to content

Commit

Permalink
Fix remove account icon size (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Apr 25, 2024
1 parent d2fee4c commit 8365a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/auth/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { styled } from "@linaria/react";

const RemoveIcon = styled(IonIcon)`
position: relative;
font-size: 1.6rem;
&:after {
z-index: -1;
Expand Down

0 comments on commit 8365a38

Please sign in to comment.