Ion padding
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
const Dialog = () => (
|
||||
<div className="fixed inset-0 w-full h-full flex align-center justify-center">
|
||||
<div className="w-200 bg-white rounded-xl">
|
||||
<div className="flex-1">{children}</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Dialog;
|
||||
Reference in New Issue
Block a user