chore: Add new start chat image
This commit is contained in:
parent
2f71b0ac1d
commit
e04730c904
11 changed files with 55 additions and 38 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue