File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ const NavButton = styled.button`
47
47
font-size: 1.2rem;
48
48
border: none;
49
49
padding: ${ ( { theme } ) => theme . spacing . xs } ${ ( { theme } ) => theme . spacing . sm } ;
50
+ cursor: pointer;
50
51
` ;
Original file line number Diff line number Diff line change @@ -62,4 +62,5 @@ const AddButton = styled.button<{ disabled?: boolean }>`
62
62
border: none;
63
63
border-radius: ${ ( { theme } ) => theme . radius . small } ;
64
64
padding: ${ ( { theme } ) => theme . spacing . sm } ${ ( { theme } ) => theme . spacing . md } ;
65
+ cursor: pointer;
65
66
` ;
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const Label = styled.label`
44
44
const Checkbox = styled . input `
45
45
width: ${ ( { theme } ) => theme . spacing . xl } ;
46
46
height: ${ ( { theme } ) => theme . spacing . xl } ;
47
+ cursor: pointer;
47
48
` ;
48
49
49
50
const Text = styled . span . withConfig ( {
@@ -64,4 +65,5 @@ const DeleteButton = styled.button`
64
65
background: none;
65
66
color: ${ ( { theme } ) => theme . colors . danger } ;
66
67
font-size: ${ ( { theme } ) => theme . fontSize . small } ;
68
+ cursor: pointer;
67
69
` ;
You can’t perform that action at this time.
0 commit comments