Added Color Mode Button Fix #46
This commit is contained in:
@@ -236,11 +236,17 @@ const footerLinks = [
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="flex flex-col gap-3 w-full">
|
<div class="flex flex-col gap-3 w-full">
|
||||||
|
|
||||||
|
|
||||||
|
<UColorModeButton />
|
||||||
<LabelPrinterButton/>
|
<LabelPrinterButton/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer Links -->
|
<!-- Footer Links -->
|
||||||
<UDashboardSidebarLinks :links="footerLinks" />
|
<UDashboardSidebarLinks :links="footerLinks" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<UDivider class="sticky bottom-0" />
|
<UDivider class="sticky bottom-0" />
|
||||||
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;"/>
|
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user