Skip to content

Commit

Permalink
fix: visible font selection field. Closes #356
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Dec 23, 2023
1 parent 4cc4916 commit 21a518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/DesktopAPI/ThemesApplier.ts
Expand Up @@ -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,
)
) {
Expand Down

0 comments on commit 21a518c

Please sign in to comment.