From b4dad36b8902b1a1aaff6607dcc48c1cf6bb2516 Mon Sep 17 00:00:00 2001 From: corgifist Date: Fri, 25 Jul 2025 22:52:59 +0300 Subject: [PATCH] testing black-translucent option for status bar --- src/app/pwa-head.tsx | 2 +- src/components/ui/sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pwa-head.tsx b/src/app/pwa-head.tsx index 73e7a70..55270f5 100644 --- a/src/app/pwa-head.tsx +++ b/src/app/pwa-head.tsx @@ -2,7 +2,7 @@ const PWAHead = () => ( <> - + diff --git a/src/components/ui/sidebar.tsx b/src/components/ui/sidebar.tsx index 2f73f66..86c7bdd 100644 --- a/src/components/ui/sidebar.tsx +++ b/src/components/ui/sidebar.tsx @@ -273,7 +273,7 @@ function SidebarTrigger({ }} {...props} > - {open ? : } + {open ? : } Toggle Sidebar )