@momo-kits/native-kits 0.114.2-beta.12 → 0.114.2-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,7 +170,7 @@ public struct Header: View {
170
170
 
171
171
  HStack {
172
172
  if titlePosition == .left, goBack != nil {
173
- Spacer().frame(width: 40)
173
+ Spacer().frame(width: 38)
174
174
  }
175
175
 
176
176
  if inputSearchProps != nil {
@@ -197,7 +197,7 @@ public struct Header: View {
197
197
  }
198
198
  } else {
199
199
  Text(title)
200
- .font(.action_s)
200
+ .font(.title_xs)
201
201
  .lineSpacing(22)
202
202
  .foregroundColor(tintIconColor)
203
203
  .frame(maxWidth: titlePosition == .center ? UIScreen.main.bounds.width - 252 : nil)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.114.2-beta.12",
3
+ "version": "0.114.2-beta.13",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},