Updated on 2026-08-14
This commit is contained in:
parent
698f1e6047
commit
d84f383cf8
29 changed files with 567 additions and 547 deletions
|
|
@ -21,7 +21,7 @@ import androidx.compose.ui.unit.dp
|
|||
import androidx.compose.ui.util.lerp
|
||||
import com.tangem.core.ui.components.SpacerH8
|
||||
import com.tangem.core.ui.components.notifications.NotificationConfig
|
||||
import com.tangem.core.ui.components.pager.PagerIndicator
|
||||
import com.tangem.core.ui.ds.TangemPagerIndicator
|
||||
import com.tangem.core.ui.ds.message.TangemMessage
|
||||
import com.tangem.core.ui.extensions.stringReference
|
||||
import com.tangem.core.ui.res.TangemTheme
|
||||
|
|
@ -134,10 +134,7 @@ private fun BannersCarousel(
|
|||
|
||||
SpacerH8()
|
||||
|
||||
PagerIndicator(
|
||||
pagerState = pagerState,
|
||||
hasBackground = false,
|
||||
)
|
||||
TangemPagerIndicator(pagerState = pagerState)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue