Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-01 15:46:35 +02:00
parent 5e083c40d9
commit 405e892af8

View file

@ -1,5 +1,6 @@
package com.tangem.features.foryou.impl.components.state
import androidx.compose.runtime.Immutable
import androidx.compose.ui.graphics.Color
import com.tangem.core.ui.extensions.TextReference
import java.math.BigDecimal
@ -17,6 +18,8 @@ import java.math.BigDecimal
* @param fiatValue Pre-formatted fiat value of the slice (e.g. `"$5,720.22"`). Shown in the selection
* tooltip next to the share. Empty by default.
*/
@Immutable
internal data class DonutSegmentUM(
val color: Color,
val weight: BigDecimal,