mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(editor): Fix LDAP view info tip color (no-changelog) (#6981)
This commit is contained in:
parent
3860d41d73
commit
3126a48e3b
|
@ -6,7 +6,7 @@
|
||||||
</n8n-heading>
|
</n8n-heading>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<n8n-info-tip type="note" theme="info-light" tooltipPlacement="right" class="mb-l">
|
<n8n-info-tip type="note" theme="info" tooltipPlacement="right" class="mb-l">
|
||||||
{{ $locale.baseText('settings.ldap.note') }}
|
{{ $locale.baseText('settings.ldap.note') }}
|
||||||
</n8n-info-tip>
|
</n8n-info-tip>
|
||||||
<n8n-action-box
|
<n8n-action-box
|
||||||
|
|
Loading…
Reference in a new issue