Updated VABulletList color to match text color for the onboarding screens and any other instances of it being on top of the blue background
Screenshots/Video
Dark and Light mode
Testing
yarn test
[x] Tested on iOS
[x] Tested on Android
Reviewer Validations
Confirmed that dark mode has white bullet points (aka sufficient contrast) and that this is new in this release. I'm guessing it was caused by the icon conversion (ticket 9779).
PR Checklist
Reviewer: Confirm the items below as you review
[x] PR is connected to issue(s)
[x] Tests are included to cover this change (when possible)
[x] No magic strings (All string unions follow the Union -> Constant type pattern)
[x] No secrets or API keys are checked in
[x] All imports are absolute (no relative imports)
[x] New functions and Redux work have proper TSDoc annotations
Description of Change
Updated VABulletList color to match text color for the onboarding screens and any other instances of it being on top of the blue background
Screenshots/Video
Dark and Light mode
Testing
yarn test
Reviewer Validations
Confirmed that dark mode has white bullet points (aka sufficient contrast) and that this is new in this release. I'm guessing it was caused by the icon conversion (ticket 9779).
PR Checklist
Reviewer: Confirm the items below as you review
For QA
Run a build for this branch