Commit 1b5a1457 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: textPrimary for landing page copy (#5580)

parent dbdd3a8e
...@@ -75,7 +75,7 @@ const SubText = styled.h3` ...@@ -75,7 +75,7 @@ const SubText = styled.h3`
const CTAButton = styled(BaseButton)` const CTAButton = styled(BaseButton)`
padding: 16px; padding: 16px;
border-radius: 24px; border-radius: 24px;
color: ${({ theme }) => theme.white}; color: ${({ theme }) => theme.textPrimary};
&:hover { &:hover {
opacity: 50%; opacity: 50%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment