game-page: Change header icon color to message color
This commit is contained in:
parent
4c329b9f66
commit
433421cbc6
|
@ -12,7 +12,6 @@ class AppTheme {
|
|||
static var dialogTitleColor = appPrimaryColor;
|
||||
|
||||
/// Game page
|
||||
static var gamePageHeaderIconColor = Colors.white;
|
||||
static var boardBackgroundColor = UIColors.burlyWood;
|
||||
static var mainToolbarBackgroundColor = UIColors.burlyWood;
|
||||
static var navigationToolbarBackgroundColor = UIColors.burlyWood;
|
||||
|
|
|
@ -1282,7 +1282,7 @@ class _GamePageState extends State<GamePage>
|
|||
|
||||
IconData iconArrow = getIconArrow();
|
||||
|
||||
var iconColor = AppTheme.gamePageHeaderIconColor;
|
||||
var iconColor = Color(Config.messageColor);
|
||||
|
||||
var iconRow = Row(
|
||||
children: <Widget>[
|
||||
|
|
Loading…
Reference in New Issue