Update colors of selection and hover indicators in client apps

This commit is contained in:
Andrew Kingston 2021-07-05 09:37:06 +01:00
parent 07ed0b1217
commit 4c9279bd91
2 changed files with 2 additions and 2 deletions

View File

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

View File

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