We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb63bd commit 533aca9Copy full SHA for 533aca9
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 = 'teal';
+ colorPalette = 'yellow';
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