Skip to content

Commit

Permalink
Update NavbarCollapse.vue
Browse files Browse the repository at this point in the history
Remove Default Slate BG
  • Loading branch information
bndrgroup authored May 19, 2023
1 parent f6f4f96 commit 0df0bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/NavbarCollapse.vue
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ const props = defineProps({
})
const menuClassesDefault = 'w-full md:block md:w-auto'
const listClassesDefault = 'flex flex-col p-4 mt-4 rounded-lg border border-gray-100 md:flex-row md:space-x-8 md:mt-0 md:text-sm md:font-medium md:border-0 dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700'
const listClassesDefault = 'flex flex-col p-4 mt-4 rounded-lg border border-gray-100 md:flex-row md:space-x-8 md:mt-0 md:text-sm md:font-medium md:border-0'
const mobileListClasses = 'bg-gray-50'
const menuClasses = computed(() => {
return classNames(menuClassesDefault, props.isShowMenu ? '': 'hidden')

0 comments on commit 0df0bac

Please sign in to comment.