From 0f779dd7f88a828286278c07b3b7b5f12025e0f4 Mon Sep 17 00:00:00 2001 From: kethoth <46651681+kethoth@users.noreply.github.com> Date: Wed, 13 Feb 2019 13:22:19 -0600 Subject: [PATCH] Apply text color to system information text (#2739) Apply primary-text-color to content so the system information text can be themed. Currently text remains black, which is unreadable on dark themes. --- hassio/src/system/hassio-system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hassio/src/system/hassio-system.js b/hassio/src/system/hassio-system.js index dbfa76241f..3b16ca068f 100644 --- a/hassio/src/system/hassio-system.js +++ b/hassio/src/system/hassio-system.js @@ -12,6 +12,7 @@ class HassioSystem extends PolymerElement {