diff --git a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift index 3fe5b0d..b3d6b3f 100644 --- a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift +++ b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift @@ -33,14 +33,9 @@ final class WordCardCell: UITableViewCell { meaningLabel.font = .preferredFont(forTextStyle: .subheadline) meaningLabel.textColor = .secondaryLabel - let titleRow = UIStackView(arrangedSubviews: [wordLabel, phoneticLabel, UIView()]) - titleRow.axis = .horizontal - titleRow.alignment = .firstBaseline - titleRow.spacing = 6 - - let textStack = UIStackView(arrangedSubviews: [titleRow, meaningLabel]) + let textStack = UIStackView(arrangedSubviews: [wordLabel, phoneticLabel, meaningLabel]) textStack.axis = .vertical - textStack.spacing = 2 + textStack.spacing = 8 speakerButton.tintColor = Theme.Color.accent speakerButton.addAction(UIAction { [weak self] _ in