Skip to content

Commit

Permalink
Add shimmer for calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed May 23, 2023
1 parent 274e586 commit 2880393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/SwipeActions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,8 @@ public struct SwipeDeleteModifier: ViewModifier {
.mask(
Color.clear.overlay(
SwipeDeleteMaskShape(animatableData: visibility)
.padding(.horizontal, -100), /// Prevent horizontal clipping
.padding(.horizontal, -100) /// Prevent horizontal clipping
.padding(.vertical, -10), /// Prevent vertical clipping
alignment: .top
)
)
Expand Down

0 comments on commit 2880393

Please sign in to comment.