Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Jan 25, 2024
1 parent 2dc71fa commit 0b55da0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fun ShowcaseSample() {
IconButton(
onClick = {},
modifier = Modifier.introShowCaseTarget(
index = 2,
index = 0,
style = ShowcaseStyle.Default.copy(
backgroundColor = Color(0xFF9AD0EC), // specify color of background
backgroundAlpha = 0.98f, // specify transparency of background
Expand Down Expand Up @@ -280,7 +280,7 @@ fun IntroShowcaseScope.Content(modifier: Modifier) {
.align(Alignment.TopCenter)
.clip(CircleShape)
.introShowCaseTarget(
index = 0, // specify index to show feature in order
index = 2, // specify index to show feature in order
// ShowcaseStyle is optional
style = ShowcaseStyle.Default.copy(
backgroundColor = Color(0xFFFFCC80), // specify color of background
Expand Down

0 comments on commit 0b55da0

Please sign in to comment.