Skip to content

Commit

Permalink
fix(local-nav): add bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Dec 20, 2023
1 parent 640256e commit 2c8f549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/SLocalNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const normalizedMenu = computed(() => {
flex-direction: column;
gap: 8px;
padding: 16px 24px;
background-color: var(--c-bg-elv-2);
@media (min-width: 768px) {
padding: 16px 32px;
Expand Down

0 comments on commit 2c8f549

Please sign in to comment.