Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
mobile menu color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 15, 2024
1 parent e36d798 commit b5901d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

.navbar-sidebar {
width: 100%;
background-color: var(--color-neutral-8);
background-color: var(--color-surface-primary);

.navbar-sidebar__brand {
background-color: var(--color-neutral-0);
Expand Down Expand Up @@ -189,7 +189,7 @@
.clean-btn {
margin: 0;
padding: var(--space-400, 16px) var(--space-500, 20px);
color: var(--color-neutral-112);
color: var(--color-text-primary);
font-family: var(--font-family-brand);
font-size: var(--font-size-400);
font-weight: var(--font-weight-regular);
Expand Down

0 comments on commit b5901d8

Please sign in to comment.