Skip to content

Commit

Permalink
fix: bottom border of ToMainMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Bagautdinov committed Sep 2, 2024
1 parent 628425a commit e5ac4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/ToMainMenu/ToMainMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
background: none;
border-radius: var(--g-border-radius-xs, 3px);
border: none;
border-bottom: 1px solid var(--Line---g-color-line-generic);
border-bottom: 1px solid var(--g-color-line-generic);
outline: none;

transition:
Expand Down

0 comments on commit e5ac4ed

Please sign in to comment.