From 17e1feb7d13779aec2a826acb41812bd2a0f1c4d Mon Sep 17 00:00:00 2001 From: Nawin Date: Sun, 6 Oct 2024 01:13:31 +0530 Subject: [PATCH 1/5] chore: update the theme of dropdown menu on articles page (for dark mode) --- app/(app)/articles/_client.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/(app)/articles/_client.tsx b/app/(app)/articles/_client.tsx index b683c818..b357f3b9 100644 --- a/app/(app)/articles/_client.tsx +++ b/app/(app)/articles/_client.tsx @@ -79,11 +79,10 @@ const ArticlesPage = () => { tab.current)?.name || tabs[0].name} onChange={(e) => { router.push(e.target.value); From 17cf5c709368e7860cc33e4542689912ea2ecbbb Mon Sep 17 00:00:00 2001 From: Nawin Date: Sun, 6 Oct 2024 02:38:07 +0530 Subject: [PATCH 3/5] format the files --- app/(app)/articles/_client.tsx | 5 +++-- app/(app)/create/[[...paramsArr]]/_client.tsx | 2 +- components/Tabs/index.tsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/(app)/articles/_client.tsx b/app/(app)/articles/_client.tsx index b357f3b9..62f762aa 100644 --- a/app/(app)/articles/_client.tsx +++ b/app/(app)/articles/_client.tsx @@ -79,10 +79,11 @@ const ArticlesPage = () => {