chore: Adjust design

This commit is contained in:
Christian Pauly 2022-08-05 17:07:46 +02:00
commit 983066e4a7
3 changed files with 7 additions and 4 deletions

View file

@ -58,8 +58,10 @@ abstract class FluffyThemes {
border: UnderlineInputBorder(borderSide: BorderSide(width: 1)),
filled: true,
),
appBarTheme: const AppBarTheme(
appBarTheme: AppBarTheme(
systemOverlayStyle: SystemUiOverlayStyle.dark,
surfaceTintColor: Colors.white,
shadowColor: Colors.black.withAlpha(64),
),
);