From 865b1e2947ade8623fa6685647dfc764af9bf832 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:09:49 +0300 Subject: [PATCH] Add a theme variable to control a header's color --- src/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index bb5e9b2..4bb7920 100644 --- a/src/styles.js +++ b/src/styles.js @@ -8,7 +8,7 @@ export const style = (css) => css` } .entity span { font-size: 10px; - color: var(--secondary-text-color); + color: var(--multiple-entity-row-header-color, var(--secondary-text-color)); } .entities-row { flex-direction: row;