Skip to content

Commit

Permalink
Make Sendable SnackBarStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroruizponce committed Nov 19, 2024
1 parent 7ae09b8 commit 1df65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MisticaSwiftUI/Components/Snackbar/Snackbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

import SwiftUI

public enum SnackbarStyle {
public enum SnackbarStyle: Sendable {
case normal
case error
}
Expand Down

0 comments on commit 1df65b5

Please sign in to comment.