Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit bf3a31b

Browse files
committed
revert hover color on buttons
1 parent 5b849a4 commit bf3a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/base.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const Button = styled.a`
5353
font-size: ${props => (props.large ? '1.8rem' : props.medium ? '1rem' : '1rem')}
5454
cursor: pointer;
5555
&:hover {
56-
background: ${props => (props.inverted ? '#6f19ed' : '#340080')};
56+
background: ${props => (props.inverted ? '#6f19ed' : '#eee')};
5757
box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
5858
}
5959
`;

0 commit comments

Comments
 (0)