From aa9414193e01fc56d325fb51d3cf417820396ea0 Mon Sep 17 00:00:00 2001 From: Mahyar Khanbolooki Date: Tue, 12 Aug 2025 21:24:45 +0330 Subject: [PATCH] add: profile pages dark theme --- .../[name]/(Profile)/profile/edit/page.tsx | 16 ++++++++------- src/app/[name]/(Profile)/profile/page.tsx | 20 +++++++++---------- .../[name]/(Profile)/profile/wallet/page.tsx | 2 +- src/components/ui/calendar.tsx | 2 +- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/app/[name]/(Profile)/profile/edit/page.tsx b/src/app/[name]/(Profile)/profile/edit/page.tsx index a16d666..03c220a 100644 --- a/src/app/[name]/(Profile)/profile/edit/page.tsx +++ b/src/app/[name]/(Profile)/profile/edit/page.tsx @@ -119,16 +119,18 @@ function ProfileIndex({ }: Props) { - {dateOfBirth ? dateLib.format(dateOfBirth, "yyyy/MM/dd") : "انتخاب کنید"} - - تاریخ تولد +
+ {dateOfBirth ? dateLib.format(dateOfBirth, "yyyy/MM/dd") : "انتخاب کنید"} +
+ + تاریخ تولد
- جنسیت + جنسیت @@ -159,7 +161,7 @@ function ProfileIndex({ }: Props) {