@momo-kits/native-kits 0.117.2-beta.1 → 0.117.2-beta.2

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.
@@ -126,7 +126,7 @@ fun PopupNotify(
126
126
  content(Modifier.padding(top = Spacing.S))
127
127
  if (error.isNotEmpty()) {
128
128
  Text(
129
- text = error,
129
+ text = "Mã lỗi: " + error,
130
130
  style = Typography.descriptionXsRegular,
131
131
  color = AppTheme.current.colors.text.hint,
132
132
  maxLines = 1,
@@ -20,7 +20,7 @@ public struct PopupPromotion: View {
20
20
  public var body: some View {
21
21
  VStack(spacing: 8) {
22
22
  if(imageUrl.isEmpty) {
23
- Icon(source: "media_fail")
23
+ Icon(source: "media_fail", size: UIScreen.main.bounds.width - Spacing.XL * 2)
24
24
  }
25
25
  else {
26
26
  WebImage(url: URL(string: imageUrl)!)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.117.2-beta.1",
3
+ "version": "0.117.2-beta.2",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},