mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
text styles clean up
This commit is contained in:
parent
5223613a80
commit
36d175bcb4
3 changed files with 70 additions and 2034 deletions
|
@ -861,9 +861,8 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
locale: locale,
|
||||
decimalPlaces: 2,
|
||||
)} ${ref.watch(prefsChangeNotifierProvider.select((value) => value.currency))}",
|
||||
style: STextStyles
|
||||
.titleBold12_400(
|
||||
context)
|
||||
style: STextStyles.subtitle(
|
||||
context)
|
||||
.copyWith(
|
||||
fontSize: 8,
|
||||
),
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -224,8 +224,7 @@ class _TransactionCardState extends ConsumerState<TransactionCard> {
|
|||
final amount = _transaction.amount;
|
||||
return Text(
|
||||
"$prefix${Format.satoshiAmountToPrettyString(amount, locale, coin)} ${coin.ticker}",
|
||||
style:
|
||||
STextStyles.itemSubtitle12_600(context),
|
||||
style: STextStyles.itemSubtitle12(context),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue