fix(editor): Highlight the suggested data type with bold in the Filter node (#14707)

This commit is contained in:
RomanDavydchuk
2025-04-17 13:32:53 +03:00
committed by GitHub
parent 652d0f5428
commit 8325ca1a45

View File

@@ -136,7 +136,6 @@ function onGroupSelect(group: string) {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
font-size: var(--font-size-s); font-size: var(--font-size-s);
font-weight: var(--font-weight-bold);
line-height: var(--font-line-height-regular); line-height: var(--font-line-height-regular);
color: var(--color-text-dark); color: var(--color-text-dark);
padding: var(--spacing-2xs) var(--spacing-s); padding: var(--spacing-2xs) var(--spacing-s);