mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Tag styling issues (#15336)
This commit is contained in:
@@ -156,7 +156,7 @@ onBeforeUnmount(() => {
|
||||
<el-tag
|
||||
:title="tag.name"
|
||||
type="info"
|
||||
size="small"
|
||||
size="mini"
|
||||
:class="{ hoverable }"
|
||||
:disable-transitions="true"
|
||||
>
|
||||
|
||||
@@ -282,7 +282,7 @@ onClickOutside(
|
||||
|
||||
.el-tag {
|
||||
padding: var(--spacing-5xs) var(--spacing-4xs);
|
||||
color: var(--color-text-dark);
|
||||
color: var(--color-text-base);
|
||||
background-color: var(--color-background-base);
|
||||
border-radius: var(--border-radius-base);
|
||||
font-size: var(--font-size-2xs);
|
||||
|
||||
Reference in New Issue
Block a user