fix(editor): Updating ai agent tool usage callout style to match others (no-changelog) (#12805)

This commit is contained in:
Milorad FIlipović 2025-01-23 14:35:24 +01:00 committed by GitHub
parent 3fa0714c22
commit 43fc9eff6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1461,7 +1461,7 @@ defineExpose({ enterEditMode });
<slot v-if="!displaysMultipleNodes" name="before-data" />
<div v-if="props.calloutMessage" :class="$style.hintCallout">
<N8nCallout theme="secondary" data-test-id="run-data-callout">
<N8nCallout theme="info" data-test-id="run-data-callout">
<N8nText v-n8n-html="props.calloutMessage" size="small"></N8nText>
</N8nCallout>
</div>