Skip to content

Commit

Permalink
Remove Home Card transition (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Jul 24, 2024
1 parent 745a1a8 commit 78ea250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RadixWallet/Features/CardCarousel/CardCarousel+View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ extension CardCarousel {
}
.tag(index)
.padding(.horizontal, margin - spacing)
.transition(.scale(scale: 0.8).combined(with: .opacity))
}
}
.tabViewStyle(.page(indexDisplayMode: .never))
Expand Down

0 comments on commit 78ea250

Please sign in to comment.