Skip to content

Commit

Permalink
fix: hard to click topbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 7, 2024
1 parent c88ee79 commit f5cdd4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Wallet/TopBar/Links/Links.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
height: 2rem;
}
.item {
display: flex;
align-items: stretch;
height: 3.125rem;
padding-left: 1rem;
padding-right: 1.375rem;
background-color: $c-mirage;
padding: 0;

button {
outline: none;
Expand All @@ -27,6 +28,9 @@
color: $c-titan-white;
white-space: nowrap;
font-weight: 400;
padding-left: 1rem;
padding-right: 1.375rem;
width: 100%;

.itemIcon {
width: 1.875rem;
Expand Down

0 comments on commit f5cdd4a

Please sign in to comment.