style: update StoreKitHelperView

This commit is contained in:
小弟调调 2025-04-05 05:12:05 +08:00
parent 13109f6d9a
commit 1fd67fb6d1

View file

@ -262,9 +262,9 @@ private struct HeaderView: View {
}
}
if #available(iOS 16.0, *) {
Text(bundleName()).padding(.bottom, 14).foregroundStyle(.secondary).fontWeight(.bold)
Text(bundleName()).padding(.bottom, 6).foregroundStyle(.secondary).fontWeight(.bold)
} else {
Text(bundleName()).padding(.bottom, 14).foregroundStyle(.secondary)
Text(bundleName()).padding(.bottom, 6).foregroundStyle(.secondary)
}
}
}