Skip to content

Commit

Permalink
fix(connect-wallet-modal): AcceptTermsModal: use errorContrast color
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Nov 14, 2023
1 parent 4ff0ce7 commit 66ab6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface AcceptTermsModalProps {
const ErrorBlock = styled.div`
${({ theme: { fontSizesMap, spaceMap, borderRadiusesMap } }) => css`
background: var(--lido-color-error);
color: var(--lido-color-text);
color: var(--lido-color-errorContrast);
font-size: ${fontSizesMap.xxs}px;
line-height: 1.6em;
padding: ${spaceMap.lg}px;
Expand Down

0 comments on commit 66ab6af

Please sign in to comment.