feat: styling update

This commit is contained in:
Timothy J. Baek 2024-02-07 17:15:01 -08:00
parent 9fccf72bfc
commit d22813a89e
4 changed files with 19 additions and 17 deletions

View file

@ -351,7 +351,7 @@
{/if}
<div
class=" text-gray-700 dark:text-gray-100 bg-white dark:bg-gray-800 min-h-screen overflow-auto flex flex-row"
class=" text-gray-700 dark:text-gray-100 bg-white dark:bg-gray-900 min-h-screen overflow-auto flex flex-row"
>
<Sidebar />
<SettingsModal bind:show={$showSettings} />