1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Update colours of selection indicators

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

View file

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

View file

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