Updated on 2026-08-14
This commit is contained in:
parent
ad6cb09999
commit
65983126f8
1 changed files with 0 additions and 4 deletions
|
|
@ -262,8 +262,6 @@ private fun SubtitleLimit(state: TangemPayDailyLimitBlockState, modifier: Modifi
|
|||
text = stringResourceSafe(R.string.tangempay_card_page_daily_limit_error_subtitle),
|
||||
style = TangemTheme.typography3.body.medium,
|
||||
color = TangemTheme.colors3.text.secondary,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
)
|
||||
}
|
||||
is TangemPayDailyLimitBlockState.Content -> {
|
||||
|
|
@ -272,8 +270,6 @@ private fun SubtitleLimit(state: TangemPayDailyLimitBlockState, modifier: Modifi
|
|||
text = state.limit,
|
||||
style = TangemTheme.typography3.body.medium,
|
||||
color = TangemTheme.colors3.text.primary,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
)
|
||||
}
|
||||
TangemPayDailyLimitBlockState.Loading -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue