1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12:00

Update colours of selection indicators

This commit is contained in:
Andrew Kingston 2021-06-30 21:23:55 +01:00
parent 9aeb23b8be
commit a36ddac591
2 changed files with 7 additions and 2 deletions

View file

@ -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}
/>

View file

@ -5,7 +5,7 @@
<IndicatorSet
componentId={$builderStore.selectedComponentId}
color="rgb(66, 133, 244)"
color="var(--spectrum-global-color-blue-900)"
zIndex="910"
transition
/>