File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/activity/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import androidx.compose.animation.core.FastOutSlowInEasing
55import androidx.compose.animation.core.animateFloatAsState
66import androidx.compose.animation.core.tween
77import androidx.compose.foundation.background
8- import androidx.compose.foundation.clickable
98import androidx.compose.foundation.layout.Arrangement
109import androidx.compose.foundation.layout.Box
1110import androidx.compose.foundation.layout.Column
@@ -24,6 +23,7 @@ import androidx.compose.ui.platform.testTag
2423import androidx.compose.ui.text.style.TextOverflow
2524import androidx.compose.ui.unit.dp
2625import to.bitkit.ui.components.CaptionB
26+ import to.bitkit.ui.shared.util.clickableAlpha
2727import to.bitkit.ui.theme.Colors
2828
2929@Composable
@@ -49,7 +49,7 @@ fun <T : TabItem> CustomTabRowWithSpacing(
4949 contentAlignment = Alignment .Center ,
5050 modifier = Modifier
5151 .fillMaxWidth()
52- .clickable { onTabChange(tab) }
52+ .clickableAlpha { onTabChange(tab) }
5353 .padding(vertical = 8 .dp)
5454 .testTag(" Tab-${tab.name.lowercase()} " ),
5555 ) {
You can’t perform that action at this time.
0 commit comments