Found a bug? Please fill out the sections below. 👍
Issue Summary
#28623 fixed dark-mode OTP input visibility by adding
text-emphasis caret-emphasis [-webkit-text-fill-color:currentColor]
to digitClassName in VerifyCodeDialog.
In the light theme (embed, theme: "light"), the typed digit is now white-on-white and invisible.
Steps to Reproduce
- Embed Cal with
config={{ theme: "light" }} on an event type
that requires email verification
- Select a slot, fill out form, submit
- Verify-email modal appears; type a digit
- Digit is invisible
Actual Results
Expected Results
- Verification code fonts should be dark and readable on light theme.
Technical details
Found a bug? Please fill out the sections below. 👍
Issue Summary
#28623 fixed dark-mode OTP input visibility by adding
text-emphasis caret-emphasis [-webkit-text-fill-color:currentColor]to digitClassName in VerifyCodeDialog.
In the light theme (embed, theme: "light"), the typed digit is now white-on-white and invisible.
Steps to Reproduce
config={{ theme: "light" }}on an event typethat requires email verification
Actual Results
Expected Results
Technical details