Update padding in CardContent for User and Theme Settings sections

This commit is contained in:
headlessdev 2025-04-15 16:19:18 +02:00
parent 7eafdef288
commit 8ff112e86e

View File

@ -168,7 +168,7 @@ export default function Settings() {
<h2 className="text-xl font-semibold">User Settings</h2> <h2 className="text-xl font-semibold">User Settings</h2>
</div> </div>
</CardHeader> </CardHeader>
<CardContent className="p-6"> <CardContent className="pb-6">
<div className="text-sm text-muted-foreground mb-6"> <div className="text-sm text-muted-foreground mb-6">
Manage your user settings here. You can change your email, password, and other account settings. Manage your user settings here. You can change your email, password, and other account settings.
</div> </div>
@ -268,7 +268,7 @@ export default function Settings() {
<h2 className="text-xl font-semibold">Theme Settings</h2> <h2 className="text-xl font-semibold">Theme Settings</h2>
</div> </div>
</CardHeader> </CardHeader>
<CardContent className="p-6"> <CardContent className="pb-6">
<div className="text-sm text-muted-foreground mb-6"> <div className="text-sm text-muted-foreground mb-6">
Select a theme for the application. You can choose between light, dark, or system theme. Select a theme for the application. You can choose between light, dark, or system theme.
</div> </div>