[ACA-2123] New header background color for AA accessibility (#1366)

* [ACA-2123] New header background for AA accessibility

* [ACA-2123] Remove useless foreground variable

* [ACA-2123]Changed headerColor value in doc and app's initial state
This commit is contained in:
Baptiste Mahé
2020-03-19 18:30:54 +01:00
committed by GitHub
parent c80cf9bdd2
commit 56e147a96f
5 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ You can change the header background color by specifying the color code for the
```json
{
...,
"headerColor": "#2196F3"
"headerColor": "#1565c0"
}
```