We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f334 commit 5eb63bdCopy full SHA for 5eb63bd
1 file changed
ui/txs/TxType.tsx
@@ -42,15 +42,15 @@ const TxType = ({ types, isLoading }: Props) => {
42
break;
43
case 'token_transfer':
44
label = 'Transfer';
45
- colorPalette = 'orange';
+ colorPalette = 'teal';
46
47
case 'token_creation':
48
label = 'Token';
49
50
51
case 'coin_transfer':
52
53
54
55
case 'rootstock_remasc':
56
label = 'REMASC';
0 commit comments