Skip to content

Commit 21a518c

Browse files
committed
fix: visible font selection field. Closes #356
1 parent 4cc4916 commit 21a518c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/DesktopAPI/ThemesApplier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export class ThemesApplier {
258258
cssRule.style["fill"] = `var(--text-active)`;
259259
}
260260
if (
261-
/search--searchInput__OLD|public-DraftEditorPlaceholder-root|css_builder_color--colorTextSecondary/.test(
261+
/search--searchInput__OLD|type_panel--fontPickerTextStyle|public-DraftEditorPlaceholder-root|css_builder_color--colorTextSecondary/.test(
262262
cssRule.selectorText,
263263
)
264264
) {

0 commit comments

Comments
 (0)