sandstone
sandstone copied to clipboard
WRQ-11247: Added fontScale prop for large text mode scale values
Checklist
- [x] I have read and understand the contribution guide
- [ ] A CHANGELOG entry is included
- [ ] At least one test case is included for this feature or bug fix
- [x] Documentation was added or is not needed
- [ ] This is an API breaking change
Issue Resolved / Feature Added
There is a requirement for large text mode for a11y. I have modified the app (including sampler) to review the screen when large text is applied.
Resolution
Added the fontScale prop to ThemeDecorator so that i can adjust the scale in the app.
Additional Considerations
Links
WRQ-11247
Comments
Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected])
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.44%. Comparing base (
63631d9
) to head (e60fd0c
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #1574 +/- ##
========================================
Coverage 81.44% 81.44%
========================================
Files 148 148
Lines 6629 6629
Branches 1955 1955
========================================
Hits 5399 5399
Misses 936 936
Partials 294 294
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please check the console error to fix the prop bleeding in sampler.
Please check the console error to fix the prop bleeding in sampler.
Fixed.