diff --git a/apps/cowswap-frontend/src/legacy/components/Card/index.tsx b/apps/cowswap-frontend/src/legacy/components/Card/index.tsx index 72d455b5bf..bd48d92b2a 100644 --- a/apps/cowswap-frontend/src/legacy/components/Card/index.tsx +++ b/apps/cowswap-frontend/src/legacy/components/Card/index.tsx @@ -24,7 +24,7 @@ export const LightCard = styled(Card)` width: 100%; border-radius: 16px; height: 100%; - border: 1px solid var(${UI.COLOR_PAPER_DARKER}); + border: 1px solid var(${UI.COLOR_TEXT_PAPER}); opacity: 0.2; user-select: none; pointer-events: none; diff --git a/apps/cowswap-frontend/src/legacy/theme/components.tsx b/apps/cowswap-frontend/src/legacy/theme/components.tsx index 8e2795c808..af1f2412ea 100644 --- a/apps/cowswap-frontend/src/legacy/theme/components.tsx +++ b/apps/cowswap-frontend/src/legacy/theme/components.tsx @@ -81,7 +81,7 @@ export const StyledInternalLink = styled(Link)` :hover { text-decoration: underline; - color: var(${UI.COLOR_PRIMARY_DARKER}); + color: var(${UI.COLOR_PRIMARY}); } :focus {