@momo-kits/native-kits 0.114.2-beta.6 → 0.114.2-beta.7

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.
@@ -147,7 +147,7 @@ fun PopupNotify(
147
147
  Modifier
148
148
  .width(22.dp)
149
149
  .height(22.dp)
150
- .offset(x = -(4).dp, y = (-10).dp)
150
+ .offset(x = -(1).dp, y = (-11).dp)
151
151
  .background(
152
152
  color = AppTheme.current.colors.text.default,
153
153
  shape = RoundedCornerShape(Radius.M)
@@ -46,8 +46,8 @@ public struct PopupDisplay: View {
46
46
  .overlay(RoundedRectangle(cornerRadius: Radius.L).stroke(Colors.black01, lineWidth: 1))
47
47
  }.foregroundColor(Colors.black20)
48
48
  .background(Colors.black01.cornerRadius(15))
49
- .padding(.trailing, -Spacing.M )
50
- .padding(.top, -Spacing.M)
49
+ .padding(.trailing, -11)
50
+ .padding(.top, -11)
51
51
  .zIndex(1)
52
52
  .accessibility(identifier: "ic_popup_close")
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.114.2-beta.6",
3
+ "version": "0.114.2-beta.7",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},