Link TODO issue
This commit is contained in:
parent
222bb4309b
commit
37389a1d76
|
@ -7,6 +7,7 @@ import androidx.compose.runtime.staticCompositionLocalOf
|
|||
import androidx.compose.ui.graphics.Color
|
||||
|
||||
// TODO [#1555]: extract colors to separate file
|
||||
// TODO [#1555]: https://github.com/Electric-Coin-Company/zashi-android/issues/1555
|
||||
@Immutable
|
||||
data class ZashiColors(
|
||||
val textLight: Color,
|
||||
|
|
|
@ -6,6 +6,7 @@ import androidx.compose.runtime.Immutable
|
|||
import androidx.compose.ui.graphics.Color
|
||||
|
||||
// TODO [#1555]: replace by new design system
|
||||
// TODO [#1555]: https://github.com/Electric-Coin-Company/zashi-android/issues/1555
|
||||
@Immutable
|
||||
data class ExchangeRateColors(
|
||||
val btnSecondaryBg: Color,
|
Loading…
Reference in New Issue