mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
add dark mode in wizard steps (#1206)
* add dark mode in wizard steps * step navigation dark mode issue fixed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="h-screen overflow-y-auto text-base">
|
||||
<div class="h-screen overflow-y-auto text-base dark:bg-gray-800/80 dark:text-white">
|
||||
<NotificationRoot />
|
||||
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="container px-4 mx-auto">
|
||||
<router-view />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user