mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
Update padding in CardContent for User and Theme Settings sections
This commit is contained in:
parent
7eafdef288
commit
8ff112e86e
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user