Skip to content

Commit

Permalink
[ABW-3018] AccountDetails - NFT key image loading shimmer background …
Browse files Browse the repository at this point in the history
…colour (#1064)
  • Loading branch information
danvleju-rdx committed Apr 4, 2024
1 parent a4c800a commit f624ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadixWallet/Core/DesignSystem/Components/Thumbnails.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public struct LoadableImage<Placeholder: View>: View {
private var loadingView: some View {
switch placeholderBehaviour.loading {
case .shimmer:
Color.gray
Color.app.gray4
.shimmer(active: true, config: .accountResourcesLoading)

case let .color(color):
Expand Down

0 comments on commit f624ffd

Please sign in to comment.