Skip to content

Commit 65b1d4e

Browse files
committed
style: Add CSS styles to avatar in TxOperationCard for improved visual consistency
1 parent ebb8370 commit 65b1d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/systems/Transaction/components/TxOperation/TxOperationCard.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export function TxOperationCard({ operation }: TxOperationCardProps) {
134134
size="sm"
135135
hash={fuelToAddress}
136136
aria-label={fuelToAddress}
137+
css={styles.avatar}
137138
/>
138139
</Box.Flex>
139140
<Box.Flex

0 commit comments

Comments
 (0)