diff --git a/OSGKeyboardHostSupport/DesignSystem/SevenDayUsageChart.swift b/OSGKeyboardHostSupport/DesignSystem/SevenDayUsageChart.swift index 3eb78b2..b6b9545 100644 --- a/OSGKeyboardHostSupport/DesignSystem/SevenDayUsageChart.swift +++ b/OSGKeyboardHostSupport/DesignSystem/SevenDayUsageChart.swift @@ -94,7 +94,7 @@ public struct SevenDayUsageChart: View { // MARK: - Header private var header: some View { - HStack(alignment: .firstTextBaseline) { + HStack(alignment: .top) { VStack(alignment: .leading, spacing: 2) { Text(SharedL10n.string("stat.weekChart.title", language: language).uppercased()) .font(TypeStyle.caption2)