fix: add stroke to tooltip arrow for visibility against same-color backgrounds

Arrow fill and action bar background are identical (rgb(23,23,24)),
making the arrow invisible. Add stroke-node-component-tooltip-border
to match the tooltip border and make the arrow visually distinct.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dante01yoon
2026-03-24 23:29:59 +09:00
parent 684475f1a1
commit 492fce113a

View File

@@ -67,7 +67,7 @@ const {
<TooltipArrow
:width="8"
:height="5"
class="fill-node-component-tooltip-surface"
class="fill-node-component-tooltip-surface stroke-node-component-tooltip-border"
/>
</TooltipContent>
</TooltipPortal>