From eaffc1b5d0efab7a08fd81afdda45ac249f7fca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 30 Oct 2024 08:54:12 +0100 Subject: [PATCH 1/2] fix: make status bar translucent --- app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index 25f4a13..4663b49 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -83,7 +83,7 @@ export default function RootLayout() { return ( - + From 0f752ccc3bb6d9e8c30fe98e0ad5af23a717e451 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Wed, 30 Oct 2024 14:46:15 +0530 Subject: [PATCH 2/2] chore: change nav theme hsl values --- app/_layout.tsx | 2 +- lib/constants.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index 4663b49..25f4a13 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -83,7 +83,7 @@ export default function RootLayout() { return ( - + diff --git a/lib/constants.ts b/lib/constants.ts index f9bdc13..b991274 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -2,9 +2,9 @@ import { Nip47Capability } from "@getalby/sdk/dist/NWCClient"; export const NAV_THEME = { light: { - background: "hsl(210 20% 98%)", // background + background: "hsl(0 0% 100%)", // background border: "hsl(240 5.9% 90%)", // border - card: "hsl(210 20% 98%)", // card + card: "hsl(0 0% 100%)", // card notification: "hsl(0 84.2% 60.2%)", // destructive primary: "hsl(240 5.9% 10%)", // primary text: "hsl(240 10% 3.9%)", // foreground