diff --git a/frontend/src/components/SplashScreen.tsx b/frontend/src/components/SplashScreen.tsx index ac4b727..2bc36ae 100644 --- a/frontend/src/components/SplashScreen.tsx +++ b/frontend/src/components/SplashScreen.tsx @@ -15,7 +15,7 @@ export default function SplashScreen() { /> ... -

+

Unsealing

diff --git a/frontend/src/components/drawer/DrawerSection.tsx b/frontend/src/components/drawer/DrawerSection.tsx index c74df60..0865d9b 100644 --- a/frontend/src/components/drawer/DrawerSection.tsx +++ b/frontend/src/components/drawer/DrawerSection.tsx @@ -39,7 +39,7 @@ export function DrawerSection({ >
diff --git a/frontend/src/index.css b/frontend/src/index.css index 3224478..e594311 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -51,6 +51,13 @@ --shadow-warm: 0 20px 50px -12px rgba(30, 20, 12, 0.6); --radius-xl: 1.5rem; --color-paper: oklch(97% 0.008 80); + --text-xxs: 10px; + --tracking-widester: 0.5em; + --background-image-vig: radial-gradient( + circle at center, + transparent 0%, + rgba(0, 0, 0, 0.4) 100% + ); } .glass-card { diff --git a/frontend/src/pages/Drawer.tsx b/frontend/src/pages/Drawer.tsx index 2692568..19a958b 100644 --- a/frontend/src/pages/Drawer.tsx +++ b/frontend/src/pages/Drawer.tsx @@ -28,12 +28,12 @@ export default function Drawer() { return (
-
+
{isAuthRequired && }
-
+
Personal Archive
@@ -53,7 +53,7 @@ export default function Drawer() { {loading ? (
- + Opening your cabinet...
@@ -163,7 +163,7 @@ export default function Drawer() { -