fix: Replace bank account icon with correct asset#2866
Conversation
…rsion The previous bank-account24 asset had a hardcoded blue fill color, preventing the app's tint color from being applied consistently with other vault list icons. Replace with a black template icon so it renders correctly alongside Login, Card, and Identity icons.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR replaces the Code Review DetailsNo findings. This is a low-risk, single binary asset replacement with correct imageset configuration and an adequate test plan for visual verification in light and dark mode. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2866 +/- ##
==========================================
- Coverage 81.28% 79.00% -2.29%
==========================================
Files 1027 1150 +123
Lines 66123 73404 +7281
==========================================
+ Hits 53748 57991 +4243
- Misses 12375 15413 +3038 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-40093
📔 Objective
Replace
bank-account24.pdfwith a corrected asset that uses black (template-renderable) fill instead of a hardcoded blue color. The previous asset had the brand blue embedded in the PDF, preventing iOS template rendering from applying the app'siconPrimarytint color consistently with all other vault list icons (Login, Card, Identity, Licence, Passport).📸 Screenshots