Skip to content

Commit

Permalink
update color edge
Browse files Browse the repository at this point in the history
  • Loading branch information
maximun85 committed Sep 11, 2024
1 parent e8f1d8a commit 96787d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules/blockchains/Buy/hooks/useLineIssueToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ function useLineIssueToken(): void {
width: 20,
height: 20,
strokeWidth: 1,
color: '#E5BBB2',
color: '#FA9984',
},
style: {
stroke: '#E5BBB2',
stroke: '#FA9984',
strokeWidth: 2,
},
}
Expand Down Expand Up @@ -91,10 +91,10 @@ function useLineIssueToken(): void {
width: 20,
height: 20,
strokeWidth: 1,
color: '#E5BBB2',
color: '#FA9984',
},
style: {
stroke: '#E5BBB2',
stroke: '#FA9984',
strokeWidth: 2,
},
};
Expand Down Expand Up @@ -123,10 +123,10 @@ function useLineIssueToken(): void {
width: 20,
height: 20,
strokeWidth: 1,
color: '#E5BBB2',
color: '#FA9984',
},
style: {
stroke: '#E5BBB2',
stroke: '#FA9984',
strokeWidth: 2,
},
};
Expand Down Expand Up @@ -155,10 +155,10 @@ function useLineIssueToken(): void {
width: 20,
height: 20,
strokeWidth: 1,
color: '#E5BBB2',
color: '#FA9984',
},
style: {
stroke: '#E5BBB2',
stroke: '#FA9984',
strokeWidth: 2,
},
};
Expand Down

0 comments on commit 96787d0

Please sign in to comment.