Skip to content

Commit

Permalink
ui: animate pending activity (#5407)
Browse files Browse the repository at this point in the history
Co-authored-by: MarkNerdi <105642810+MarkNerdi@users.noreply.github.com>
  • Loading branch information
nicole-obrien and MarkNerdi996 committed Dec 14, 2022
1 parent 32c5718 commit f3357ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/components/atoms/tiles/ActivityTile.svelte
Expand Up @@ -50,7 +50,7 @@

<ClickableTile
onClick={handleTransactionClick}
classes={activity.inclusionState === InclusionState.Confirmed ? '' : 'opacity-50'}
classes={activity.inclusionState === InclusionState.Pending ? 'opacity-80 animate-pulse' : ''}
>
<activity-tile class="w-full flex flex-col space-y-4">
<tile-content class="flex flex-row items-center text-left space-x-4">
Expand Down

0 comments on commit f3357ad

Please sign in to comment.