Skip to content

Commit 92e711d

Browse files
committed
fix(TxOverview): msg type contrast
1 parent 1f934f6 commit 92e711d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modules/tx/TxOverview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ events.value = rawEvents.value.sort((a, b) => a.position - b.position)
434434
</Text>
435435
</Flex>
436436

437-
<Text size="11" weight="600" color="support" mono>
437+
<Text size="12" weight="600" color="tertiary" mono>
438438
{{ event.type }}
439439
</Text>
440440
</Flex>

0 commit comments

Comments
 (0)