poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
136 stars 5 forks source link

feat: change text field style to outlined #427

Closed poppingmoon closed 1 month ago

poppingmoon commented 1 month ago

Changed the border of all text fields from the UnderlineInputBorder to the OutlineInputBorder. This gives a better appearance to text fields with prefix or suffix icons and clarifies the interactable region, especially for multi-line fields.