Skip to content

Commit

Permalink
style: change border color
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Jan 2, 2024
1 parent 8beb42c commit 85b627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/menu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
width: 200px;
padding: 4px;
background-color: var(--color-neutral-100);
border: 1px solid var(--color-neutral-200);
border: 1px solid var(--color-neutral-300);
border-radius: 4px;

& .menuItem {
Expand Down

0 comments on commit 85b627e

Please sign in to comment.