Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Make size sendable in Avatar (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhieddine-El-Kaissi authored Aug 20, 2024
1 parent 5689997 commit 48ddd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Thumbprint/Components/Avatar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import UIKit
*/

public final class Avatar: UIView {
public struct Size: Equatable {
public struct Size: Equatable, Sendable {
public let dimension: CGFloat
public let textFont: UIFont
public let badgeSize: CGFloat
Expand Down

0 comments on commit 48ddd87

Please sign in to comment.