File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/src/main/java/to/bitkit/ui/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ import dev.chrisbanes.haze.hazeSource
4040import dev.chrisbanes.haze.materials.ExperimentalHazeMaterialsApi
4141import dev.chrisbanes.haze.rememberHazeState
4242import to.bitkit.R
43+ import to.bitkit.ui.shared.util.clickableAlpha
4344import to.bitkit.ui.shared.util.gradientBackground
4445import to.bitkit.ui.shared.util.primaryButtonStyle
4546import to.bitkit.ui.theme.AppThemeSurface
@@ -118,7 +119,7 @@ fun BoxScope.TabBar(
118119 }
119120 }
120121
121- // Scan button matching iOS reference
122+ // Scan button
122123 Box (
123124 contentAlignment = Alignment .Center ,
124125 modifier = Modifier
@@ -178,7 +179,7 @@ fun BoxScope.TabBar(
178179 blendMode = androidx.compose.ui.graphics.BlendMode .DstIn
179180 )
180181 }
181- .clickable { onScanClick() }
182+ .clickableAlpha { onScanClick() }
182183 .testTag(" Scan" )
183184 ) {
184185 Icon (
You can’t perform that action at this time.
0 commit comments