Update launch button hover styles

This commit is contained in:
Marliana Lara
2019-06-26 14:51:27 -04:00
parent edef496583
commit 14280ec53b

View File

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