Skip to content
Snippets Groups Projects
Commit 3c169994 authored by esikkala's avatar esikkala
Browse files

LeafletMapDialog styles

parent 64935f13
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ const styles = theme => ({
width: '100%'
},
rightIcon: {
color: 'white',
marginLeft: theme.spacing(1)
}
})
......@@ -67,9 +68,7 @@ class LeafletMapDialog extends React.Component {
<Paper
sx={theme => ({
padding: theme.spacing(1),
[theme.breakpoints.down('md')]: {
marginBottom: theme.spacing(1)
}
marginBottom: theme.spacing(1)
})}
>
<Button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment