TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
34 stars 4 forks source link

Accessibility Improvements #259

Closed Garfield96 closed 2 months ago

Garfield96 commented 2 months ago

This PR fixes two accessibility issues:

The font size of the HyperLinkListTile was not adjusted by the system font settings:

Before After
menu_before menu_after

The dish info dialog was not scrollable, which caused an overflow if there are many ingredients or the font size is large:

Before After
overflow_before overflow_after