Fix icon colors being static grey in automation section

This commit is contained in:
Andrew Kingston 2022-07-29 13:11:50 +01:00
parent 64d2e95327
commit 4b4b6ae6b0
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@
width="28px"
height="28px"
class="spectrum-Icon"
style="color:grey;"
style="color:var(--spectrum-global-color-gray-700);"
focusable="false"
>
<use xlink:href="#spectrum-icon-18-Reuse" />

View File

@ -63,7 +63,7 @@
width="28px"
height="28px"
class="spectrum-Icon"
style="color:grey;"
style="color:var(--spectrum-global-color-gray-700);"
focusable="false"
>
<use xlink:href="#spectrum-icon-18-{block.icon}" />