feat(mobile): add mobileStyle to all modals (sheet for forms, fullscreen for settings)
This commit is contained in:
@@ -119,7 +119,7 @@ export function CreateSpaceModal() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Modal isOpen={isOpen} onClose={handleClose} title="Create a Space">
|
||||
<Modal isOpen={isOpen} onClose={handleClose} title="Create a Space" mobileStyle="sheet">
|
||||
<form onSubmit={handleSubmit}>
|
||||
{error && (
|
||||
<div className="mb-3 p-2 bg-accent-rose/10 border border-accent-rose/30 rounded text-txt-danger text-sm">
|
||||
|
||||
Reference in New Issue
Block a user