Update colours of selection indicators
This commit is contained in:
parent
9aeb23b8be
commit
a36ddac591
|
@ -29,4 +29,9 @@
|
|||
})
|
||||
</script>
|
||||
|
||||
<IndicatorSet {componentId} color="rgb(120, 170, 244)" transition {zIndex} />
|
||||
<IndicatorSet
|
||||
{componentId}
|
||||
color="var(--spectrum-global-color-gray-600)"
|
||||
transition
|
||||
{zIndex}
|
||||
/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<IndicatorSet
|
||||
componentId={$builderStore.selectedComponentId}
|
||||
color="rgb(66, 133, 244)"
|
||||
color="var(--spectrum-global-color-blue-900)"
|
||||
zIndex="910"
|
||||
transition
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue