Skip to content

Commit a4e9f24

Browse files
committed
Use currentcolor instead of a css variable
1 parent 672074f commit a4e9f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/icons/Book.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default () => (
77
xmlns="http://www.w3.org/2000/svg"
88
>
99
<g
10-
style={{"stroke":"var(--text-main)"}}
10+
stroke="currentcolor"
1111
stroke-width="1.5"
1212
stroke-linecap="round"
1313
stroke-linejoin="round"

src/components/icons/LeftArrow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default () => (
88
>
99
<path
1010
d="M15 19.92L8.47997 13.4C7.70997 12.63 7.70997 11.37 8.47997 10.6L15 4.07999"
11-
style={{"stroke":"var(--text-main)"}}
11+
stroke="currentcolor"
1212
stroke-width="1.5"
1313
stroke-miterlimit="10"
1414
stroke-linecap="round"

0 commit comments

Comments
 (0)