diff --git a/src/components/Welcome.tsx b/src/components/Welcome.tsx index 75db338..ffdd575 100644 --- a/src/components/Welcome.tsx +++ b/src/components/Welcome.tsx @@ -251,7 +251,7 @@ const ListButton = styled.div` &:hover { color: white; - background: black; + background: #632bec; } } `;