From b9266261ef68d067b2a81a8d2a9bb6e2cca61ec2 Mon Sep 17 00:00:00 2001 From: corgifist Date: Wed, 30 Jul 2025 02:07:14 +0300 Subject: [PATCH] fixed selection text in dropdown and sheet menus --- src/app/(dashboard)/page.tsx | 2 +- src/app/(dashboard)/settings/page.tsx | 2 +- src/app/(dashboard)/settings/storage/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(dashboard)/page.tsx b/src/app/(dashboard)/page.tsx index fd26cb7..748847d 100644 --- a/src/app/(dashboard)/page.tsx +++ b/src/app/(dashboard)/page.tsx @@ -422,7 +422,7 @@ const ProjectContainer = ({
{!selecting && } - +
{selecting && ( diff --git a/src/app/(dashboard)/settings/page.tsx b/src/app/(dashboard)/settings/page.tsx index 8ce38c8..081fdb6 100644 --- a/src/app/(dashboard)/settings/page.tsx +++ b/src/app/(dashboard)/settings/page.tsx @@ -32,7 +32,7 @@ export default function Settings(): ReactNode { -
+
diff --git a/src/app/(dashboard)/settings/storage/page.tsx b/src/app/(dashboard)/settings/storage/page.tsx index e4429c9..8bcfa4e 100644 --- a/src/app/(dashboard)/settings/storage/page.tsx +++ b/src/app/(dashboard)/settings/storage/page.tsx @@ -55,7 +55,7 @@ export default function Storage() { -
+