How to improve this modal?
I know that it looks bad but I don't understand why
Help me figure it out to make it look amazing
2 Replies
Whitespace: there's a bit of padding on the whole box, but the text and the buttons look cramped. I'd add some more space between the question and the lines of context, between the text and the buttons, and between the buttons themselves. That will do a lot on its own.
You could also increase the spread on the drop shadow, or add another larger and lighter layer of drop shadow on the dialog, to make it stand out from the background a bit more.
I'd also give the dialog a
border-radius
to match the buttons and the form fields, right now the pointed corners feel out of place.Thank you