Skip to content

Commit

Permalink
feat: make help buttons larger
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 17, 2020
1 parent f71cc7b commit 504a63a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web/src/components/Results/ButtonHelp.tsx
Expand Up @@ -11,6 +11,8 @@ export const ButtonHelpStyle = styled(ButtonTransparent)`
position: relative;
top: -15px;
margin: 0 auto;
width: 20px;
height: 20px;
`

export interface ButtonHelpProps extends PropsWithChildren<ButtonProps> {
Expand Down

0 comments on commit 504a63a

Please sign in to comment.