Skip to content

Commit 3d91dca

Browse files
committed
fix: use currentColor for SVG path fill
1 parent e59f784 commit 3d91dca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/assets/DimensionItemIcons/CalculationIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default (
1212
fillRule="evenodd"
1313
clipRule="evenodd"
1414
d="M7 4H5V2H4V4H2V5H4V7H5V5H7V4ZM7 9.5H2V10.5H7V9.5ZM2 12H7V13H2V12ZM14 4H9V5H14V4ZM14 9.205L12.205 11L14 12.795L13.295 13.5L11.5 11.705L9.705 13.5L9 12.795L10.795 11L9 9.205L9.705 8.5L11.5 10.295L13.295 8.5L14 9.205Z"
15-
fill="#404B5A"
15+
fill="currentColor"
1616
/>
1717
</svg>
1818
)

src/assets/DimensionItemIcons/DataElementIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default (
99
>
1010
<path
1111
d="m8 5c1.65685425 0 3 1.34314575 3 3s-1.34314575 3-3 3-3-1.34314575-3-3 1.34314575-3 3-3zm0 1c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z"
12-
fill="#010101"
12+
fill="currentColor"
1313
/>
1414
</svg>
1515
)

src/assets/DimensionItemIcons/GenericIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default (
88
viewBox="0 0 16 16"
99
>
1010
<path
11-
fill="#6E7A8A"
11+
fill="currentColor"
1212
d="M11,5 L11,11 L5,11 L5,5 L11,5 Z M10,6 L6,6 L6,10 L10,10 L10,6 Z"
1313
/>
1414
</svg>

src/assets/DimensionItemIcons/PeriodIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default (
88
viewBox="0 0 16 16"
99
>
1010
<path
11-
fill="#6E7A8A"
11+
fill="currentColor"
1212
d="M8,4 C10.209139,4 12,5.790861 12,8 C12,10.209139 10.209139,12 8,12 C5.790861,12 4,10.209139 4,8 C4,5.790861 5.790861,4 8,4 Z M8,5 C6.34314575,5 5,6.34314575 5,8 C5,9.65685425 6.34314575,11 8,11 C9.65685425,11 11,9.65685425 11,8 C11,6.34314575 9.65685425,5 8,5 Z M8.5,6 L8.5,7.5 L9.5,7.5 L9.5,8.5 L7.5,8.5 L7.5,6 L8.5,6 Z"
1313
/>
1414
</svg>

0 commit comments

Comments
 (0)