Commit 18cb2bf
fix(profile): keep edit-name pencil static white for dark mode (#14302)
## Summary
- The edit-name pencil on the profile page used Harmony's `white` icon
color, which is theme-aware and flips to near-black in dark mode —
making the icon hard to see against the cover photo.
- Switch to `staticWhite` so the pencil stays white in both themes.
## Test plan
- [ ] In light mode, the pencil icon next to your display name still
renders correctly over the cover photo.
- [ ] In dark mode, the pencil icon is now clearly visible (white
instead of near-black).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9ca80fe commit 18cb2bf
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages/web/src
- components/profile-picture
- pages/profile-page/components
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments