From f0fa20d5e074759233b6cf8ef883affbbc9cac8a Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Fri, 7 Jan 2022 00:42:01 +0100 Subject: [PATCH] Icon color in plant container --- src/styles/containers/PlantState.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/containers/PlantState.module.css b/src/styles/containers/PlantState.module.css index 2892574..b3b90c5 100644 --- a/src/styles/containers/PlantState.module.css +++ b/src/styles/containers/PlantState.module.css @@ -39,6 +39,10 @@ font-size: 250%; } +.icon svg { + fill: var(--iconColor); +} + .problem { color: #ff0000; } \ No newline at end of file