Commit aedfce4
committed
fix: replace shadow-accent/20 with shadow-indigo-500/20 in Tailwind input
CSS variable-based colors (accent = var(--color-accent)) don't support
Tailwind's /opacity modifier in @apply directives. Use the concrete
indigo-500 color for the shadow opacity instead.
https://claude.ai/code/session_01WJEjfBqjZaGatHiXXXDupo1 parent 6acd8b3 commit aedfce4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments