diff --git a/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift b/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift index 1c37de3f..78a12f4a 100644 --- a/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift +++ b/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift @@ -44,7 +44,7 @@ open class SkeletonsConfiguration { public init(viewConfiguration: BaseViewSkeletonsConfiguration = .init(), labelConfiguration: LabelSkeletonsConfiguration = .init(), - imageViewConfiguration: BaseViewSkeletonsConfiguration = .init(), + imageViewConfiguration: BaseViewSkeletonsConfiguration = .init(shape: .circle), animation: Closure? = nil, skeletonsBackgroundColor: UIColor = .lightGray.withAlphaComponent(0.7), borderWidth: CGFloat = .zero,