feat(mobile): add mobileStyle to all modals (sheet for forms, fullscreen for settings)
This commit is contained in:
@@ -79,7 +79,7 @@ export function NewDmModal() {
|
||||
};
|
||||
|
||||
return (
|
||||
<Modal isOpen={isOpen} onClose={closeModal} title="New Direct Message">
|
||||
<Modal isOpen={isOpen} onClose={closeModal} title="New Direct Message" mobileStyle="sheet">
|
||||
<div className="space-y-3">
|
||||
<input
|
||||
ref={inputRef}
|
||||
|
||||
Reference in New Issue
Block a user