From 8ff112e86e71e3fb76cac96a75442ea55c26d045 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 15 Apr 2025 16:19:18 +0200 Subject: [PATCH] Update padding in CardContent for User and Theme Settings sections --- app/dashboard/settings/Settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dashboard/settings/Settings.tsx b/app/dashboard/settings/Settings.tsx index 92efe3d..5b9488e 100644 --- a/app/dashboard/settings/Settings.tsx +++ b/app/dashboard/settings/Settings.tsx @@ -168,7 +168,7 @@ export default function Settings() {

User Settings

- +
Manage your user settings here. You can change your email, password, and other account settings.
@@ -268,7 +268,7 @@ export default function Settings() {

Theme Settings

- +
Select a theme for the application. You can choose between light, dark, or system theme.