Skip to content

Commit 5eb63bd

Browse files
color
1 parent 1f0f334 commit 5eb63bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/txs/TxType.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ const TxType = ({ types, isLoading }: Props) => {
4242
break;
4343
case 'token_transfer':
4444
label = 'Transfer';
45-
colorPalette = 'orange';
45+
colorPalette = 'teal';
4646
break;
4747
case 'token_creation':
4848
label = 'Token';
49-
colorPalette = 'orange';
49+
colorPalette = 'teal';
5050
break;
5151
case 'coin_transfer':
5252
label = 'Transfer';
53-
colorPalette = 'orange';
53+
colorPalette = 'teal';
5454
break;
5555
case 'rootstock_remasc':
5656
label = 'REMASC';

0 commit comments

Comments
 (0)