Fix CI
This commit is contained in:
parent
0f3ad7414c
commit
c443dcce4c
1 changed files with 3 additions and 3 deletions
|
|
@ -30,14 +30,14 @@ import androidx.compose.ui.unit.dp
|
|||
|
||||
@Composable
|
||||
internal fun ShowkaseButton(
|
||||
modifier: Modifier = Modifier,
|
||||
isVisible: Boolean,
|
||||
onClick: () -> Unit,
|
||||
onCloseClicked: () -> Unit
|
||||
onCloseClicked: () -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
if (isVisible) {
|
||||
Button(
|
||||
modifier = Modifier
|
||||
modifier = modifier
|
||||
.padding(top = 32.dp, start = 16.dp),
|
||||
onClick = onClick
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue