diff --git a/src/components/form/PrimaryButton.js b/src/components/form/PrimaryButton.js index 648f0223..6ecb9c4a 100644 --- a/src/components/form/PrimaryButton.js +++ b/src/components/form/PrimaryButton.js @@ -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; } `; }