feat(mobile): add mobileStyle to all modals (sheet for forms, fullscreen for settings)

This commit is contained in:
Jannis Braun
2026-03-17 15:46:28 +01:00
parent a073613b43
commit 913b4c7365
9 changed files with 9 additions and 9 deletions
@@ -124,7 +124,7 @@ export function JoinSpaceModal() {
} catch { /* ignore */ }
return (
<Modal isOpen={isOpen} onClose={closeModal} title="Join a Space">
<Modal isOpen={isOpen} onClose={closeModal} title="Join a Space" mobileStyle="sheet">
{/* Error display (shared across all phases) */}
{error && (
<div className="mb-3 p-2 bg-accent-rose/10 border border-accent-rose/30 rounded text-txt-danger text-sm">