Javascript – How to style Dialog with className property from styling sheet in mui5 using Emotion/styled
I try to style mui Dialog but it doesnt acceppt className even inside PaperProps. Inline styles are working but I would like to import styles from styling sheet called Styles <Styles> <div> {dialogOpen ? ( <Dialog className="dialog" onClose={() => setDialogOpen(false)}…