From 21a518c8ded170fa2feea701aa87b3322e2095fe Mon Sep 17 00:00:00 2001 From: Chugunov Roman Date: Sun, 24 Dec 2023 00:35:59 +0300 Subject: [PATCH] fix: visible font selection field. Closes #356 --- src/renderer/DesktopAPI/ThemesApplier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/DesktopAPI/ThemesApplier.ts b/src/renderer/DesktopAPI/ThemesApplier.ts index 9fbd51e..36d939b 100644 --- a/src/renderer/DesktopAPI/ThemesApplier.ts +++ b/src/renderer/DesktopAPI/ThemesApplier.ts @@ -258,7 +258,7 @@ export class ThemesApplier { cssRule.style["fill"] = `var(--text-active)`; } if ( - /search--searchInput__OLD|public-DraftEditorPlaceholder-root|css_builder_color--colorTextSecondary/.test( + /search--searchInput__OLD|type_panel--fontPickerTextStyle|public-DraftEditorPlaceholder-root|css_builder_color--colorTextSecondary/.test( cssRule.selectorText, ) ) {