Skip to content

Commit

Permalink
Change spacing in BPKCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura Reutskiy committed Jan 29, 2025
1 parent 413cdb0 commit 6a28577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct CalendarMonthGrid<
let daysInMonthAfterFirstRow = numberOfDaysInMonth - usedDaysInFirstRow
let numberOfRows = daysInMonthAfterFirstRow / 7

Grid(alignment: .center, horizontalSpacing: BPKSpacing.none.value, verticalSpacing: BPKSpacing.lg.value) {
Grid(alignment: .center, horizontalSpacing: BPKSpacing.none.value, verticalSpacing: BPKSpacing.base.value) {
GridRow {
previousEmptyCells(daysFromPreviousMonth: daysFromPreviousMonth)
let firstRow = days[0..<daysInAWeek-daysFromPreviousMonth]
Expand Down

0 comments on commit 6a28577

Please sign in to comment.