Skip to content

Commit

Permalink
change mask top color
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Jan 27, 2025
1 parent 0aa820e commit 2af5870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct SkeletonLoadingViewModifier: ViewModifier {
}
}
.mask(
LinearGradient(gradient: Gradient(colors: [.black, .clear]), startPoint: .top, endPoint: .bottom)
LinearGradient(gradient: Gradient(colors: [.secondary, .clear]), startPoint: .top, endPoint: .bottom)
)
.shimmer(repeatInterval: shimmerRepeatInterval)
}
Expand Down

0 comments on commit 2af5870

Please # to comment.