chore: Redesign textfields

This commit is contained in:
Christian Pauly 2021-01-24 17:26:59 +01:00
commit 284a72bb20
9 changed files with 74 additions and 91 deletions

View file

@ -53,6 +53,11 @@ abstract class FluffyThemes {
backgroundColor: AppConfig.primaryColor,
foregroundColor: Colors.white,
),
inputDecorationTheme: InputDecorationTheme(
border: OutlineInputBorder(borderRadius: BorderRadius.circular(12)),
filled: true,
fillColor: Color(0xFFECECF2),
),
appBarTheme: AppBarTheme(
brightness: Brightness.light,
color: Colors.white,