style: enhance SettingsLayout and AppointmentSettingsPage for improved layout and spacing

This commit is contained in:
hamed
2026-07-15 17:35:24 +03:30
parent ffc4351038
commit 952fcf3634
3 changed files with 9 additions and 6 deletions
@@ -27,7 +27,10 @@ export default function AppointmentSettingsPage() {
return (
<SettingsLayout active="appointment">
<div style={{ background: 'var(--surface)', minWidth: 0 }}>
<div
style={{ background: 'var(--surface)', minWidth: 0 }}
className="px-4 py-4 md:px-6 md:py-6 rounded-[var(--r-lg)]"
>
<h1 className="section-title" style={{ marginBottom: 16 }}>مدیریت نوبت دهی</h1>
<FreeVisitPrice />