Skip to content

Commit

Permalink
fix: border radius nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Jul 19, 2022
1 parent 2d0509c commit 78e0235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavItem/NavItem.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width: var(--button-size);
height: var(--button-size);
background-color: var(--bg-accent);
border-radius: 50%;
border-radius: 10px;
padding: 5px;
margin: 2px;
display: flex;
Expand Down

0 comments on commit 78e0235

Please sign in to comment.