Commit 1229a64
Fix hardcoded colors in 2FA verification screen for dark mode
The dash and caret in the sign-in 2FA OTP input had hardcoded
`black` and `white` background colors, making them invisible
depending on theme. Replace with theme-aware colors
(`theme.font.color.primary` for the dash, `theme.font.color.light`
for the caret).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 5be64bf commit 1229a64
File tree
1 file changed
+2
-2
lines changed- packages/twenty-front/src/modules/auth/sign-in-up/components/internal
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments