From 8c5b5471411728b276aa4afd724a6f205848f86a Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 16 Oct 2016 18:49:52 -0400 Subject: [PATCH] Use material UI color for light icon (#129) https://www.materialui.co/colors/yellow/600 --- src/components/entity/state-badge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/entity/state-badge.html b/src/components/entity/state-badge.html index a8f17382f8..a55ea542c1 100644 --- a/src/components/entity/state-badge.html +++ b/src/components/entity/state-badge.html @@ -26,7 +26,7 @@ ha-state-icon[data-domain=switch][data-state=on], ha-state-icon[data-domain=binary_sensor][data-state=on], ha-state-icon[data-domain=sun][data-state=above_horizon] { - color: #DCC91F; + color: #FDD835; } /* Color the icon if unavailable */