We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22ec18 commit f425d3bCopy full SHA for f425d3b
app/src/main/java/com/getcode/view/main/home/components/HomeBottom.kt
@@ -80,7 +80,7 @@ internal fun HomeBottom(
80
onClick = { onPress(HomeAction.BALANCE) },
81
badge = {
82
Badge(
83
- modifier = Modifier.padding(top = 2.dp, end = 2.dp),
+ modifier = Modifier.padding(top = 6.dp, end = 1.dp),
84
count = state.chatUnreadCount,
85
color = ChatNodeDefaults.UnreadIndicator,
86
enterTransition = scaleIn(
@@ -179,7 +179,7 @@ private fun BottomBarAction(
179
actionPlaceable?.placeRelative(0, 0)
180
badgePlaceable?.placeRelative(
181
x = maxWidth - widthOrZero(badgePlaceable),
182
- y = -(heightOrZero(badgePlaceable) / 2)
+ y = -(heightOrZero(badgePlaceable) / 3)
183
)
184
}
185
0 commit comments