fix: api issue and merge styles problem

This commit is contained in:
Koosha Lahouti
2025-08-18 16:27:43 +03:30
parent 7e5ed6e2fc
commit c61fcf5214
7 changed files with 79 additions and 24 deletions

View File

@@ -260,7 +260,7 @@ export function SettingPage() {
}))
}
renderInput={(p) => <TextField {...p} />}
size="small"
size="medium"
fullWidth
disableClearable
/>
@@ -288,7 +288,7 @@ export function SettingPage() {
v && setDraftSettings((prev) => ({ ...prev, calendar: v }))
}
renderInput={(params) => <TextField {...params} />}
size="small"
size="medium"
fullWidth
disableClearable
/>