style: enhance SettingsLayout and AppointmentSettingsPage for improved layout and spacing
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user