Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-05 18:32:39 +03:00
parent 67ca192c16
commit 7b6fc18a8f
12 changed files with 79 additions and 113 deletions

View file

@ -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)