add customer dark mode login

This commit is contained in:
PayalDholakiya
2023-03-30 14:56:32 +05:30
parent 9a34d48906
commit dccf69293d
2 changed files with 8 additions and 15 deletions

View File

@ -6,7 +6,7 @@
<!-- <SiteSidebar /> -->
<main class="mt-16 pb-16 h-screen overflow-y-auto min-h-0">
<main class="h-screen min-h-0 pb-16 mt-16 overflow-y-auto">
<router-view />
</main>
</div>