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