mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	add dark mode in wizard steps
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