mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Updating ai agent tool usage callout style to match others (no-changelog) (#12805)
This commit is contained in:
parent
3fa0714c22
commit
43fc9eff6e
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue