From c148936657e82810f46df48c03923e2a232fc829 Mon Sep 17 00:00:00 2001 From: Mahyar Khanbolooki Date: Mon, 11 Aug 2025 23:04:36 +0330 Subject: [PATCH] change: accordion styling --- .../[name]/(Profile)/profile/settings/page.tsx | 16 ++++++++-------- src/components/utils/Accordion.tsx | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/[name]/(Profile)/profile/settings/page.tsx b/src/app/[name]/(Profile)/profile/settings/page.tsx index eb18bd9..f8c9531 100644 --- a/src/app/[name]/(Profile)/profile/settings/page.tsx +++ b/src/app/[name]/(Profile)/profile/settings/page.tsx @@ -34,7 +34,7 @@ function UserSettingsIndex() { group='1' >
@@ -44,7 +44,7 @@ function UserSettingsIndex() {
@@ -60,7 +60,7 @@ function UserSettingsIndex() { group='1' >
@@ -70,7 +70,7 @@ function UserSettingsIndex() {
@@ -80,7 +80,7 @@ function UserSettingsIndex() {
@@ -96,7 +96,7 @@ function UserSettingsIndex() { group='1' >
@@ -106,7 +106,7 @@ function UserSettingsIndex() {
@@ -116,7 +116,7 @@ function UserSettingsIndex() {
diff --git a/src/components/utils/Accordion.tsx b/src/components/utils/Accordion.tsx index b08b6af..d3d9a8c 100644 --- a/src/components/utils/Accordion.tsx +++ b/src/components/utils/Accordion.tsx @@ -40,7 +40,7 @@ function Accordion({ initial, group, title, icon: Icon, children, className, ... return (