Skip to content

Commit

Permalink
feat(): update style
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 1, 2023
1 parent a009be6 commit 4445210
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
&__item {
display: flex;
align-items: center;
font-weight: 500;
gap: 0.5rem;
padding: 0.5rem;
border-radius: 4px;
Expand All @@ -43,8 +42,8 @@
&.--active,
&:hover {
opacity: 1;
background: var(--blue-500);
color: var(--white-0);
background-color: var(--tui-base-03);
font-weight: 500;
}

&:hover {
Expand Down

0 comments on commit 4445210

Please sign in to comment.