chore: Adjust colors

This commit is contained in:
Christian Pauly 2022-11-04 13:31:29 +01:00
commit d0f400cfe7
3 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ abstract class FluffyThemes {
? Colors.blueGrey.shade50
: Colors.blueGrey.shade900,
inputDecorationTheme: const InputDecorationTheme(
border: UnderlineInputBorder(borderSide: BorderSide(width: 1)),
border: InputBorder.none,
filled: true,
),
appBarTheme: AppBarTheme(