Skip to content

Commit d685278

Browse files
authored
fix(apps/web): update digitClassName in VerifyCodeDialog for improved dark mode styling (calcom#28623)
1 parent 56099f0 commit d685278

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/modules/bookings/components/VerifyCodeDialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ export const VerifyCodeDialog = ({
8282

8383
useEffect(() => setValue(""), [isOpenDialog]);
8484

85-
const digitClassName = "h-12 w-12 text-xl! text-center";
85+
const digitClassName =
86+
"h-12 w-12 text-center text-xl! text-emphasis caret-emphasis [-webkit-text-fill-color:currentColor]";
8687

8788
return (
8889
<Dialog

0 commit comments

Comments
 (0)