Skip to content

Commit

Permalink
fix(app-components): update font weight on fun button
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jan 16, 2021
1 parent 3076637 commit cdc2422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/game-app/src/_shared/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const HoverButtonContent = styled.div`
height: 100%;
transform: translate(-100%);
transition: transform 0.5s;
font-weight: 600;
`;

const StyledButton = styled('button')<{ variant: Variants }>`
Expand Down

0 comments on commit cdc2422

Please sign in to comment.