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