sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

WRQ-11247: Added fontScale prop for large text mode scale values

Open mmyelyn opened this issue 1 year ago • 3 comments

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])

mmyelyn avatar Mar 04 '24 07:03 mmyelyn

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.

codecov[bot] avatar Mar 04 '24 07:03 codecov[bot]

Please check the console error to fix the prop bleeding in sampler.

juwonjeong avatar Mar 12 '24 06:03 juwonjeong

Please check the console error to fix the prop bleeding in sampler.

Fixed.

mmyelyn avatar Mar 13 '24 08:03 mmyelyn