Update colors of selection and hover indicators in client apps
This commit is contained in:
parent
07ed0b1217
commit
4c9279bd91
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<IndicatorSet
|
<IndicatorSet
|
||||||
{componentId}
|
{componentId}
|
||||||
color="var(--spectrum-global-color-gray-600)"
|
color="var(--spectrum-global-color-static-blue-200)"
|
||||||
transition
|
transition
|
||||||
{zIndex}
|
{zIndex}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<IndicatorSet
|
<IndicatorSet
|
||||||
componentId={$builderStore.selectedComponentId}
|
componentId={$builderStore.selectedComponentId}
|
||||||
color="var(--spectrum-global-color-blue-900)"
|
color="var(--spectrum-global-color-static-blue-600)"
|
||||||
zIndex="910"
|
zIndex="910"
|
||||||
transition
|
transition
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue