fix(home): align weekly chart header content

This commit is contained in:
Rocky
2026-08-16 22:58:31 +08:00
parent 805b01a68e
commit 94a3ddb053
@@ -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)