We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672074f commit a4e9f24Copy full SHA for a4e9f24
src/components/icons/Book.jsx
@@ -7,7 +7,7 @@ export default () => (
7
xmlns="http://www.w3.org/2000/svg"
8
>
9
<g
10
- style={{"stroke":"var(--text-main)"}}
+ stroke="currentcolor"
11
stroke-width="1.5"
12
stroke-linecap="round"
13
stroke-linejoin="round"
src/components/icons/LeftArrow.jsx
@@ -8,7 +8,7 @@ export default () => (
<path
d="M15 19.92L8.47997 13.4C7.70997 12.63 7.70997 11.37 8.47997 10.6L15 4.07999"
stroke-miterlimit="10"
14
0 commit comments