From b168d63a8a9a685fb9739cb5cf7f67077b0931c6 Mon Sep 17 00:00:00 2001 From: Nuno Nogueira Date: Fri, 9 Jun 2023 20:21:34 +0100 Subject: [PATCH] fix(trello): Fix button on dark mode Closes #2201 --- src/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/style.css b/src/styles/style.css index 6c45d8089..15c985a5c 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -164,7 +164,7 @@ SingleTaskPaneToolbar .toggl-button.asana-board, /* new ui v1 */ .toggl-button.trello { text-decoration: none; cursor: pointer; - color: #737373; + color: var(--ds-text) !important; } .toggl-button.trello:not(.toggl-button-edit-form-button) svg {