Commit 9d40db5b authored by Connor McEwen's avatar Connor McEwen Committed by GitHub

fix: update swap CTA button color (#4464)

parent a61eca36
......@@ -82,7 +82,7 @@ const SwapButton = styled.button`
display: flex;
align-items: center;
border: none;
color: ${({ theme }) => theme.textPrimary};
color: ${({ theme }) => theme.accentTextLightPrimary};
padding: 12px 16px;
width: 120px;
height: 44px;
......
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