code cleanup
This commit is contained in:
@@ -15,6 +15,7 @@ export const Button = styled(Link)`
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
transition: all 0.2s ease-in-out;
|
||||
background: ${({ primary }) => (primary ? "#fff" : "#01BF71")};
|
||||
|
||||
Reference in New Issue
Block a user