1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

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
{componentId}
color="var(--spectrum-global-color-gray-600)"
color="var(--spectrum-global-color-static-blue-200)"
transition
{zIndex}
/>

View file

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