Adjust safe_theme for better readability (#40223)

This commit is contained in:
Philip Allgaier 2020-09-23 18:57:35 +02:00 committed by GitHub
parent 223000a9fb
commit 9c1eb78a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ async def test_themes_api(hass, hass_ws_client):
assert msg["result"]["default_theme"] == "safe_mode"
assert msg["result"]["themes"] == {
"safe_mode": {"primary-color": "#db4437", "accent-color": "#eeee02"}
"safe_mode": {"primary-color": "#db4437", "accent-color": "#ffca28"}
}