We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc4916 commit 21a518cCopy full SHA for 21a518c
1 file changed
src/renderer/DesktopAPI/ThemesApplier.ts
@@ -258,7 +258,7 @@ export class ThemesApplier {
258
cssRule.style["fill"] = `var(--text-active)`;
259
}
260
if (
261
- /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(
262
cssRule.selectorText,
263
)
264
) {
0 commit comments