Skip to content

Commit

Permalink
Merge pull request #285 from IGNF/fix/night-menu
Browse files Browse the repository at this point in the history
πŸš‘ switch theme color menu
  • Loading branch information
IGNFhc authored Jul 23, 2024
2 parents 50fb2d2 + f418750 commit 225c711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/menu/MenuLateralWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const translateRight = computed(() => {
return "-" + cssWidth.value;
})
const menuTabs = ref()
const backgroundColor = getComputedStyle(document.body)?.backgroundColor;
function closeMenu() {
is_expanded.value = false
Expand Down Expand Up @@ -120,7 +119,7 @@ left: 7px;
height: inherit;
overflow-y: scroll;
scrollbar-width: thin;
background-color: v-bind(backgroundColor);
background-color: var(--background-default-grey);
padding-left: 30px;
}
.menu-logo-list {
Expand Down

0 comments on commit 225c711

Please sign in to comment.