From e2e6c015ded9a25e1230975c848b14c4e1bbd898 Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Mon, 9 Sep 2019 12:28:32 +0300 Subject: [PATCH] Fix state color for paused media_player --- lib/entity_widgets/entity_colors.class.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/entity_widgets/entity_colors.class.dart b/lib/entity_widgets/entity_colors.class.dart index 2a13dc7..d226336 100644 --- a/lib/entity_widgets/entity_colors.class.dart +++ b/lib/entity_widgets/entity_colors.class.dart @@ -14,6 +14,7 @@ class EntityColor { "auto": Colors.amber, EntityState.active: Colors.amber, EntityState.playing: Colors.amber, + EntityState.paused: Colors.amber, "above_horizon": Colors.amber, EntityState.home: Colors.amber, EntityState.open: Colors.amber,