Skip to content

Commit

Permalink
[google-maps-input] Remove padding in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 9598fd0 commit 164dd3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,12 @@ class GeopointInput extends React.PureComponent<InputProps, InputState> {

{modalOpen && (
<Dialog
title="Place on map"
title="Place the marker on the map"
onClose={this.handleCloseModal}
onCloseClick={this.handleCloseModal}
message="Select location by dragging the marker or search for a place"
isOpen={modalOpen}
padding="none"
>
<div className={styles.dialogInner}>
<GoogleMapsLoadProxy>
Expand Down

0 comments on commit 164dd3d

Please sign in to comment.