Updated on 2026-08-14
This commit is contained in:
parent
67ca192c16
commit
7b6fc18a8f
12 changed files with 79 additions and 113 deletions
|
|
@ -96,14 +96,14 @@ fun StoriesProgressBar(
|
|||
.height(2.dp)
|
||||
.weight(1f)
|
||||
.clip(RoundedCornerShape(2.dp))
|
||||
.background(TangemColorPalette.White.copy(alpha = .2f)),
|
||||
.background(TangemColorPalette.White.copy(alpha = .2f))
|
||||
.testTag(SwapStoriesScreenTestTags.PROGRESS_BAR_ITEM),
|
||||
) {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.clip(RoundedCornerShape(2.dp))
|
||||
.background(TangemColorPalette.White)
|
||||
.fillMaxHeight()
|
||||
.testTag(SwapStoriesScreenTestTags.PROGRESS_BAR_ITEM)
|
||||
.let { modifier ->
|
||||
when (index) {
|
||||
currentStep -> modifier.fillMaxWidth(progress.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue