Skip to content

Commit

Permalink
refactor: cleanup button style
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 19, 2023
1 parent f0136fd commit cb36156
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/form/PrimaryButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ const Button = styled('button')`
h4 {
color: ${props.theme.colors.default.secondary};
font-weight: 700 !important;
}
h4:hover {
color: ${props.theme.colors.default.secondaryDark};
font-weight: 700 !important;
}
h4:active {
color: ${props.theme.colors.default.secondary};
font-weight: 700 !important;
}
`;
}
Expand Down

0 comments on commit cb36156

Please sign in to comment.