update aside

This commit is contained in:
Dede Fuji Abdul
2023-10-18 16:49:51 +07:00
parent f87bd5cc86
commit f4a881299f
3 changed files with 19 additions and 2 deletions

View File

@ -89,7 +89,8 @@ const closeSideBar = () => menu.toggleSidebar()
<div class="z-10 hidden md:fixed md:inset-y-0 md:flex md:w-80 md:flex-col">
<!-- Sidebar component, swap this element with another sidebar if you like -->
<div class="flex flex-row items-center flex-shrink-0 h-16 px-2 bg-primary-50">
<button type="button" class="px-4 text-gray-500 focus:outline-none focus:ring-0"
<button type="button"
class="px-4 py-4 text-gray-500 rounded-full hover:bg-primary-100 focus:outline-none focus:ring-0"
@click="menu.toggleSidebarDesktop()">
<span class="sr-only">Open sidebar</span>
<Bars3BottomLeftIcon class="w-6 h-6" aria-hidden="true" />