Skip to content

Commit c975d81

Browse files
committed
fix alt primary button styling
1 parent 245073e commit c975d81

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/src/atoms/buttons/AltPrimaryButton.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ export const AltPrimaryButton = styled(Btn)`
1616
1717
${styleProps}
1818
19-
&:focus {
19+
&:hover {
20+
box-shadow: 0 0 0;
2021
background-color: ${COLORS.grey35};
21-
box-shadow: none;
2222
}
2323
2424
&:active {
2525
background-color: ${COLORS.grey40};
2626
}
2727
28-
&:hover {
29-
box-shadow: 0 0 0;
30-
background-color: ${COLORS.grey35};
28+
&:active:hover {
29+
background-color: ${COLORS.grey40};
3130
}
3231
3332
&:disabled {

0 commit comments

Comments
 (0)