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