diff options
| author | Yash <[email protected]> | 2024-04-02 01:49:09 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-02 01:49:09 +0000 |
| commit | 4e12c91acceb255b3e01e64e6a1e4238210d8ef4 (patch) | |
| tree | f451e1e20bc7ef05adadaf199bfcabda872f090d /apps/web/src/app | |
| parent | git add categoryitem (diff) | |
| download | supermemory-4e12c91acceb255b3e01e64e6a1e4238210d8ef4.tar.xz supermemory-4e12c91acceb255b3e01e64e6a1e4238210d8ef4.zip | |
sidebar update
Diffstat (limited to 'apps/web/src/app')
| -rw-r--r-- | apps/web/src/app/globals.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 2bb3159a..90029cc1 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -31,7 +31,7 @@ body { } [vaul-drawer-wrapper] { - @apply bg-rgray-1; + @apply bg-rgray-2; } @layer utilities { |