WSDOT / wsdot-ios-app

Source code for the WSDOT iOS application
GNU General Public License v3.0
10 stars 4 forks source link

Adjust toll rate message font size #304

Closed englehorn closed 11 months ago

englehorn commented 1 year ago

When a toll rate message is displayed in the app the default font size is .title2 which is too big for the table view cell. Changing the message font size to .body should fix this issue.

image