Skip to content

Commit 2dcac77

Browse files
author
Juarez Mota
committed
fix: update divider text color and adjust line-height for better readability
1 parent e70089f commit 2dcac77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dotcom-rendering/src/components/SignInGate/gateDesigns/SignInGateAuxiaV1.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,12 @@ const line = css`
242242

243243
const orText = css`
244244
${textSansBold15};
245-
color: ${palette.neutral[38]};
245+
color: ${palette.neutral[46]};
246246
padding: 0 8px;
247247
white-space: nowrap;
248+
line-height: 20px;
249+
250+
${from.phablet} {
251+
line-height: 24px;
252+
}
248253
`;

0 commit comments

Comments
 (0)