Fixed a bunch of color transition issues on theme switch
This commit is contained in:
@@ -60,7 +60,7 @@ switch (statusCode) {
|
||||
|
||||
<template>
|
||||
<div class="h-screen">
|
||||
<div class="h-full grid grid-cols-[auto_1fr] dark:bg-black transition-colors">
|
||||
<div class="h-full grid grid-cols-[auto_1fr] transition-colors">
|
||||
<Sidebar />
|
||||
|
||||
<div class="wrapper shadow-body-light dark:shadow-body-dark transition-all">
|
||||
|
||||
Reference in New Issue
Block a user