Update edit modal padding to match select screen

This commit is contained in:
Mitchell McCaffrey 2021-06-17 11:11:21 +10:00
parent 09d3023d7a
commit cfd4c163e2
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ function EditMapModal({
<SimpleBar
style={{
minHeight: 0,
padding: "0 20px",
padding: "16px",
backgroundColor: theme.colors.muted,
margin: "0 8px",
height: "100%",

View File

@ -77,7 +77,7 @@ function EditTokenModal({ isOpen, onDone, token, onUpdateToken }) {
<SimpleBar
style={{
minHeight: 0,
padding: "0 20px",
padding: "16px",
backgroundColor: theme.colors.muted,
margin: "0 8px",
height: "100%",