mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04: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