Skip to content

Commit

Permalink
Merge pull request #27 from adrianorezena/chore/fix-duplicated-case-item
Browse files Browse the repository at this point in the history
changes duplicated `.bottom` item to `.bottomTrailing`
  • Loading branch information
sanzaru authored Apr 17, 2023
2 parents de31d51 + 5e2348c commit 2e68071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SimpleToast/Modifier/SimpleToastSlide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct SimpleToastSlide: SimpleToastModifier {
case .top, .topLeading, .topTrailing:
return .top

case .bottom, .bottomLeading, .bottom:
case .bottom, .bottomLeading, .bottomTrailing:
return .bottom

default:
Expand Down

0 comments on commit 2e68071

Please sign in to comment.