Skip to content

Commit

Permalink
fix: Skeleton of money request preview has no animation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Apr 17, 2024
1 parent 21ee1a3 commit 92ab9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MoneyRequestSkeletonView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function MoneyRequestSkeletonView() {
animate
width={styles.w100.width}
height={variables.moneyRequestSkeletonHeight}
backgroundColor={theme.borderLighter}
foregroundColor={theme.border}
backgroundColor={theme.skeletonLHNIn}
foregroundColor={theme.skeletonLHNOut}
>
<Rect
x="16"
Expand Down

0 comments on commit 92ab9ea

Please sign in to comment.