Updated on 2026-08-14
This commit is contained in:
parent
c43432b1ca
commit
1d68916cb7
7 changed files with 57 additions and 32 deletions
|
|
@ -32,7 +32,7 @@ internal fun ColumnScope.Header(
|
|||
) {
|
||||
val isRedesignEnabled = LocalRedesignEnabled.current
|
||||
if (isRedesignEnabled) {
|
||||
SpacerH(16.dp)
|
||||
SpacerH(12.dp)
|
||||
}
|
||||
AnimatedContent(isLoading) { animatedState ->
|
||||
Row(
|
||||
|
|
|
|||
|
|
@ -130,8 +130,8 @@ internal fun MarketPositionCard(item: InfoPointUMV2.MarketPosition) {
|
|||
.fillMaxWidth()
|
||||
.height(6.dp),
|
||||
progress = { item.rangeValue },
|
||||
dotColor = TangemTheme.colors2.fill.neutral.primaryInvertedConstant,
|
||||
backgroundColor = TangemTheme.colors2.graphic.neutral.primaryInvertedConstant.copy(alpha = .1f),
|
||||
dotColor = TangemTheme.colors3.icon.primary,
|
||||
backgroundColor = TangemTheme.colors3.bg.opaque.secondary,
|
||||
)
|
||||
}
|
||||
SpacerH(12.dp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue