File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
src/components/Simulator/icons Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- /* eslint-disable react/jsx-key */
2
- import React from "react"
3
-
4
1
import { createIconBase } from "@/components/icons/icon-base"
5
2
6
3
export const EthTokenIcon = createIconBase ( {
@@ -9,15 +6,15 @@ export const EthTokenIcon = createIconBase({
9
6
className : "text-3xl/none fill-none" ,
10
7
children : (
11
8
< >
12
- < circle cx = "15" cy = "15" r = "15" fill = "var(--eth-colors- primary-hover) " />
9
+ < circle cx = "15" cy = "15" r = "15" className = "fill- primary-hover" />
13
10
< path
14
11
d = "M20.87 15.1868L14.9371 5L9 15.1868L14.9371 18.8115L20.87 15.1868Z"
15
- fill = "var(--eth-colors- background-base) "
12
+ className = "fill- background"
16
13
/>
17
14
18
15
< path
19
16
d = "M14.9996 25L20.9366 16.3523L14.9996 19.977L9.0625 16.3523L14.9996 25Z"
20
- fill = "var(--eth-colors- background-base) "
17
+ className = "fill- background"
21
18
/>
22
19
</ >
23
20
) ,
@@ -32,11 +29,11 @@ export const EthTokenIconGrayscale = createIconBase({
32
29
< circle cx = "15" cy = "15" r = "15" fill = "#fff" />
33
30
< path
34
31
d = "M20.87 15.1868L14.9371 5L9 15.1868L14.9371 18.8115L20.87 15.1868Z"
35
- fill = "var(--eth-colors- primary-action) "
32
+ className = "fill- primary-action"
36
33
/>
37
34
< path
38
35
d = "M14.9996 25L20.9366 16.3523L14.9996 19.977L9.0625 16.3523L14.9996 25Z"
39
- fill = "var(--eth-colors- primary-action) "
36
+ className = "fill- primary-action"
40
37
/>
41
38
</ >
42
39
) ,
You can’t perform that action at this time.
0 commit comments