diff --git a/src/components/LaunchButton/LaunchButton.jsx b/src/components/LaunchButton/LaunchButton.jsx index 79c590160d..8db00f36c1 100644 --- a/src/components/LaunchButton/LaunchButton.jsx +++ b/src/components/LaunchButton/LaunchButton.jsx @@ -15,7 +15,7 @@ const StyledLaunchButton = styled(Button)` padding: 5px 8px; &:hover { - background-color:#d9534f; + background-color: #0066cc; color: white; } `;