1 parent 10d933e commit 4328c8aCopy full SHA for 4328c8a
1 file changed
src/Button.js
@@ -11,6 +11,7 @@ const ButtonWrapper = styled.div`
11
padding: 1em;
12
margin: 1em;
13
flex: 1;
14
+ cursor: pointer;
15
`;
16
17
const Button = ({ onClick, children }) => (
0 commit comments