From ac6933e39ff762c5f6a64f361af5371f93aeb43a Mon Sep 17 00:00:00 2001 From: George Gevoian Date: Wed, 30 Aug 2023 10:10:55 -0400 Subject: [PATCH] (core) Fix unreadable text in dark mode Summary: The message shown in a linked widget when no row is selected was unreadable in dark mode. Test Plan: Manual. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4019 --- app/client/components/ViewLayout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client/components/ViewLayout.css b/app/client/components/ViewLayout.css index a70eedff..177e0a0d 100644 --- a/app/client/components/ViewLayout.css +++ b/app/client/components/ViewLayout.css @@ -127,6 +127,7 @@ z-index: 1; width: 100%; height: 100%; + color: var(--grist-theme-text-light, var(--grist-color-slate)); background-color: rgba(0, 0, 0, 0.1); font-size: 12pt; }