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

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 cfe10e36e4
commit 447f463ec5
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}" />