WIP Themes: Entity page heade color
This commit is contained in:
parent
d94235ef6d
commit
37c721e4f6
@ -16,7 +16,7 @@ class EntityPageLayout extends StatelessWidget {
|
||||
children: <Widget>[
|
||||
showClose ?
|
||||
Container(
|
||||
color: Colors.blue[300],
|
||||
color: Theme.of(context).primaryColorLight,
|
||||
height: 40,
|
||||
child: Row(
|
||||
children: <Widget>[
|
||||
|
@ -30,7 +30,6 @@ class HAClientTheme {
|
||||
HAClientTheme._internal();
|
||||
|
||||
final ThemeData lightTheme = ThemeData.light().copyWith(
|
||||
//primaryColor: Colors.blue,
|
||||
textTheme: ThemeData.light().textTheme.copyWith(
|
||||
display1: textTheme.display1.copyWith(color: Colors.black54),
|
||||
display2: textTheme.display2.copyWith(color: Colors.redAccent),
|
||||
|
Reference in New Issue
Block a user