Skip to content

Commit

Permalink
add add place button class
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Dec 3, 2024
1 parent 1cb40bc commit 07c40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/form/add-place-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AddPlaceButton = ({
const disabled = !from || !to || maxPlacesDefined
return (
<button
className="clear-button-formatting"
className="clear-button-formatting add-place-button"
disabled={disabled}
onClick={onClick}
style={{ marginBottom: '5px', marginLeft: '10px' }}
Expand Down

0 comments on commit 07c40a3

Please sign in to comment.