fix: Formatting and style
This commit is contained in:
parent
91f52956f0
commit
f8736a9da5
3 changed files with 9 additions and 7 deletions
|
|
@ -99,7 +99,6 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
brightness: Brightness.light,
|
||||
color: Colors.white,
|
||||
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
||||
textTheme: TextTheme(
|
||||
headline6: TextStyle(
|
||||
color: Colors.black,
|
||||
|
|
@ -178,7 +177,6 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
brightness: Brightness.dark,
|
||||
color: Color(0xff1D1D1D),
|
||||
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||
textTheme: TextTheme(
|
||||
headline6: TextStyle(
|
||||
color: Colors.white,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue