Skip to content

Commit

Permalink
Remove shadow from 'Add location' button
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloams authored and wbazant committed Oct 22, 2024
1 parent 84d1ce3 commit 86ccc9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/desktop/MainSidePane.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const AddLocationButton = styled(Button)`
padding: 15px 0;
opacity: ${({ greyedOut }) => (greyedOut ? '0.5' : '1')};
cursor: ${({ greyedOut }) => (greyedOut ? 'help' : 'pointer')};
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
`

const MainPane = () => {
Expand Down

0 comments on commit 86ccc9d

Please sign in to comment.