poppingmoon / aria

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

feat: change text field style to outlined #427

Closed poppingmoon closed 1 day ago

poppingmoon commented 1 day 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.