Skip to content

Commit 4328c8a

Browse files
committed
add cursor: pointer to buttons
1 parent 10d933e commit 4328c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const ButtonWrapper = styled.div`
1111
padding: 1em;
1212
margin: 1em;
1313
flex: 1;
14+
cursor: pointer;
1415
`;
1516

1617
const Button = ({ onClick, children }) => (

0 commit comments

Comments
 (0)