chore: Add new start chat image

This commit is contained in:
Krille Fear 2022-12-25 10:45:13 +01:00
commit e04730c904
11 changed files with 55 additions and 38 deletions

View file

@ -55,8 +55,11 @@ abstract class FluffyThemes {
dividerColor: brightness == Brightness.light
? Colors.blueGrey.shade50
: Colors.blueGrey.shade900,
inputDecorationTheme: const InputDecorationTheme(
border: InputBorder.none,
inputDecorationTheme: InputDecorationTheme(
border: UnderlineInputBorder(
borderSide: BorderSide.none,
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),
filled: true,
),
appBarTheme: AppBarTheme(