Skip to content

Commit

Permalink
fix: cursor pointer on dont show this again, fixes #508
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jul 28, 2020
1 parent f47c8f2 commit fe4dcf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/components/drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ export const Drawer: React.FC<DrawerProps> = ({ showing, close, apps, confirm })
onChange={() => setChecked(!checked)}
/>
</Box>
<label htmlFor="checkbox">Do not show this again</label>
<label htmlFor="checkbox" style={{ cursor: 'pointer' }}>
Do not show this again
</label>
</Flex>
</>,
]}
Expand Down

0 comments on commit fe4dcf4

Please sign in to comment.