Minor fixes
This commit is contained in:
parent
541cdec4ca
commit
d838d3a474
4 changed files with 16 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ class App extends StatelessWidget {
|
|||
child: MaterialApp(
|
||||
title: 'FluffyWeb',
|
||||
theme: ThemeData(
|
||||
brightness: Brightness.light,
|
||||
primaryColor: Color(0xFF5625BA),
|
||||
backgroundColor: Colors.white,
|
||||
scaffoldBackgroundColor: Colors.white,
|
||||
|
|
@ -35,6 +36,7 @@ class App extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
appBarTheme: AppBarTheme(
|
||||
brightness: Brightness.light,
|
||||
color: Colors.white,
|
||||
elevation: 1,
|
||||
textTheme: TextTheme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue