Skip to content

Commit d5b2fa2

Browse files
committed
fix(connect-wallet-modal): AcceptTermsModal: use errorContrast color
1 parent 6579262 commit d5b2fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-wallet-modal/src/components/WalletsModal/components/AcceptTermsModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface AcceptTermsModalProps {
1717
const ErrorBlock = styled.div`
1818
${({ theme: { fontSizesMap, spaceMap, borderRadiusesMap } }) => css`
1919
background: var(--lido-color-error);
20-
color: var(--lido-color-text);
20+
color: var(--lido-color-errorContrast);
2121
font-size: ${fontSizesMap.xxs}px;
2222
line-height: 1.6em;
2323
padding: ${spaceMap.lg}px;

0 commit comments

Comments
 (0)