Closed
Description
[REQUIRED] Describe your environment
n/a
[REQUIRED] Describe the problem
Steps to reproduce:
Run emulators, see warning banner
Relevant Code:
firebase-js-sdk/packages-exp/auth-exp/src/core/auth/emulator.ts
Lines 116 to 133 in 5ad7ff2
specifically:
sty.backgroundColor = '#ffffff';
sty.color = '#ff0000';
This color text on that background and at that font size produces a color contrast ratio of 3.99
There's an easy fix: make the color a darker red. PR #4868 fixes this issue.