mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Improve settings dialog
This commit is contained in:
@@ -38,5 +38,5 @@ export function MaterialDialog(props: FullDialogProps) {
|
||||
};
|
||||
}, [dialogRef.current, props.open, props.onOpenChange]);
|
||||
|
||||
return <mdui-dialog {...props} ref={dialogRef} />;
|
||||
return <mdui-dialog {...props} ref={dialogRef} style={{ all: "revert" }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user