mirror of
https://github.com/jaywcjlove/StoreKitHelper
synced 2026-04-21 13:37:20 +00:00
style: update StoreKitHelperView
This commit is contained in:
parent
13109f6d9a
commit
1fd67fb6d1
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue