Unverified Commit b1ad10ca authored by Derek's avatar Derek Committed by GitHub
Browse files

ui v2: fix layout spacing of dialog heading (#822)

parent 9eb819bd
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ const DialogPaper = styled(Paper)({
const DialogTitle = styled(MuiDialogTitle)({
display: "flex",
justifyContent: "space-evenly",
justifyContent: "space-between",
fontSize: "20px",
padding: "12px 12px 0 32px",
fontWeight: 400,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment