Update launch button hover styles

This commit is contained in:
Marliana Lara 2019-06-26 14:51:27 -04:00
parent edef496583
commit 14280ec53b
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -15,7 +15,7 @@ const StyledLaunchButton = styled(Button)`
padding: 5px 8px;
&:hover {
background-color:#d9534f;
background-color: #0066cc;
color: white;
}
`;