@momo-kits/native-kits 0.113.2-beta.20 → 0.113.2-beta.21

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.
@@ -61,7 +61,6 @@ fun HeaderBackground(
61
61
  HeaderDefault(
62
62
  opacityAni = opacityAni,
63
63
  statusBarHeight = statusBarHeight,
64
- backgroundColor = backgroundColor,
65
64
  )
66
65
  }
67
66
 
@@ -23,12 +23,11 @@ import vn.momo.kits.utils.bottomBorder
23
23
  fun HeaderDefault(
24
24
  opacityAni: Float,
25
25
  statusBarHeight: Dp,
26
- backgroundColor: Color
27
26
  ) {
28
27
  val height = statusBarHeight + 52.dp
29
28
  Box(
30
29
  modifier = Modifier.fillMaxWidth().height(height)
31
- .background(backgroundColor)
30
+ .background(AppTheme.current.colors.background.surface)
32
31
  .bottomBorder(
33
32
  strokeWidth = 1.dp,
34
33
  color = AppTheme.current.colors.border.default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.113.2-beta.20",
3
+ "version": "0.113.2-beta.21",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},