Skip to content

Commit dfcfcc7

Browse files
committed
Fixed small layout bug
1 parent b7b1b6b commit dfcfcc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TCAT/Cells/RouteTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class RouteTableViewCell: UITableViewCell {
127127

128128
private func styleTimesStackView() {
129129
timesStackView.axis = .horizontal
130-
timesStackView.alignment = .center
130+
timesStackView.alignment = .firstBaseline
131131

132132
travelTimeLabel.font = .getFont(.semibold, size: 16)
133133
travelTimeLabel.textColor = Colors.primaryText

0 commit comments

Comments
 (0)