refactor(editor): Address issues with new icons (#17643)

This commit is contained in:
Tuukka Kantola
2025-07-29 14:04:07 +02:00
committed by GitHub
parent f730df398b
commit 3f10d7c9dd
16 changed files with 58 additions and 32 deletions

View File

@@ -116,7 +116,7 @@ watch(
@blur="onBlur"
>
<template #prefix>
<n8n-icon :class="$style.ioSearchIcon" icon="search" />
<n8n-icon :class="$style.ioSearchIcon" icon="search" size="large" />
</template>
</n8n-input>
</template>