Browse Source

Update colors of selection and hover indicators in client apps

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
3e63c276dd
  1. 2
      packages/client/src/components/preview/HoverIndicator.svelte
  2. 2
      packages/client/src/components/preview/SelectionIndicator.svelte

2
packages/client/src/components/preview/HoverIndicator.svelte

@ -31,7 +31,7 @@
<IndicatorSet
{componentId}
color="var(--spectrum-global-color-gray-600)"
color="var(--spectrum-global-color-static-blue-200)"
transition
{zIndex}
/>

2
packages/client/src/components/preview/SelectionIndicator.svelte

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

Loading…
Cancel
Save