Skip to content

Commit

Permalink
Make CardLayout Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelHolec committed Apr 12, 2024
1 parent 2e10df9 commit 8231400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Orbit/Components/Card.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public extension AccessibilityID {
// MARK: - Types

/// The layout of Orbit ``Card`` stack content.
public struct CardLayout {
public struct CardLayout: Sendable {

/// Content layout uses a `VStack` with default `.medium` padding and spacing.
public static let `default` = Self()
Expand Down

0 comments on commit 8231400

Please sign in to comment.