Commit c020176
committed
fix(webapp): use white text on solid indigo backgrounds in light mode
The primary PopoverArrowTrigger variant and the calendar's selected-day
state used the theme-flipping `text-text-bright` token on a solid
`bg-indigo-600` background. In light mode that token resolves to near-black,
so the label sat as dark grey on indigo and was hard to read.
Hardcode `text-white` on these solid indigo surfaces, matching the
established pattern in Buttons.tsx.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c526528 commit c020176
4 files changed
Lines changed: 11 additions & 5 deletions
File tree
- .server-changes
- apps/webapp/app
- components/primitives
- routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
| 804 | + | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| |||
0 commit comments