Skip to content

Commit f2201e5

Browse files
committed
fix: padding
1 parent f7a994d commit f2201e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/wallets/activity/components/CustomTabRowWithSpacing.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ fun CustomTabRowWithSpacing(
5959
)
6060
}
6161

62-
Spacer(modifier = Modifier.height(8.dp))
63-
6462
// Animated indicator
6563
val animatedAlpha by animateFloatAsState(
6664
targetValue = if (isSelected) 1f else 0.2f,

0 commit comments

Comments
 (0)