Skip to content

Commit

Permalink
fix: remove padding in button - fixes drop shadow in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Apr 29, 2019
1 parent 4a5b175 commit d7d6b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/src/components/feedback-widget/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const ToggleButton = styled(`button`)`
border: none;
cursor: pointer;
display: flex;
padding: 0;
position: relative;
transition: 0.6s ease;
width: 100%;
Expand Down

0 comments on commit d7d6b77

Please sign in to comment.