Skip to content

Commit

Permalink
remove unnecessary modifier about maxWidth.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiyasac committed Sep 24, 2024
1 parent 57c38a7 commit bc27469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app-ios/Sources/TimetableFeature/TimetableGridCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public struct TimetableGridCard: View {
}
}
}
.frame(maxWidth: .infinity)
.padding(12)
.frame(maxWidth: 192 * CGFloat(cellCount) + CGFloat(12 * (cellCount - 1)))
.frame(height: 153)
Expand Down

0 comments on commit bc27469

Please sign in to comment.