BottomSheet: fix visual problem on iOS
All checks were successful
/ depoly (push) Successful in 1m1s

This commit is contained in:
thislight 2024-08-05 19:05:39 +08:00
parent 95fe954c5e
commit 2de1960fb5
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 3 additions and 2 deletions

View file

@ -49,7 +49,7 @@ const Settings: ParentComponent = () => {
<Scaffold
topbar={
<AppBar position="static">
<Toolbar variant="dense">
<Toolbar variant="dense" sx={{paddingTop: "var(--safe-area-inset-top, 0px)"}}>
<IconButton onClick={[navigate, -1]}>
<CloseIcon />
</IconButton>