Skip to content

Commit

Permalink
feat: Spacing변경
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Jan 13, 2024
1 parent bb0d3e2 commit 7841f68
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ final class WorkoutHistoryDescriptionView: UIStackView {
guard let tableCellStackView else {
return
}
spacing = Constants.inGroupTitleAndContentSpacing
addArrangedSubview(tableCellStackView)
}

Expand Down Expand Up @@ -72,12 +73,9 @@ final class WorkoutHistoryDescriptionView: UIStackView {
static let time = "시간"
static let distance = "거리"

static let cellSpacing: CGFloat = 6

static let titleLabelTopSpacing: CGFloat = 6
static let inGroupTitleAndContentSpacing: CGFloat = 12

static let titleAndTableTopSpacing: CGFloat = 9
static let titleAndTableLeadingSpacing: CGFloat = 9
static let cellSpacing: CGFloat = 6
}
}

Expand Down

0 comments on commit 7841f68

Please sign in to comment.