fix: --bx-interactive-04 --> --bx-interactive

This commit is contained in:
Eric Liu 2024-05-05 12:54:17 -07:00
commit a27a2fc185
10 changed files with 32 additions and 32 deletions

View file

@ -53,7 +53,7 @@
let:node
>
<span
style:color="{node.selected ? "var(--bx-interactive-04)" : "inherit"}"
style:color="{node.selected ? "var(--bx-interactive)" : "inherit"}"
style:text-decoration="{node.disabled ? "inherit" : "underline"}"
>
{node.text} (id: {node.id})

View file

@ -35,7 +35,7 @@
}
:global(.framed :not(.bx--content) [class^="bx--col"]) {
outline: 1px solid var(--bx-interactive-04);
outline: 1px solid var(--bx-interactive);
}
:global(.framed .bx--content [class^="bx--col"]) {