fix: address book tickers overflow

This commit is contained in:
julian 2023-06-08 12:16:47 -06:00
parent 338e354e4b
commit 80ba2a8c5c

View file

@ -137,29 +137,31 @@ class _AddressBookCardState extends ConsumerState<AddressBookCard> {
const SizedBox(
width: 16,
),
if (isDesktop && !desktopSendFrom) const Spacer(),
if (isDesktop)
Text(
coinsString,
style: STextStyles.label(context),
),
if (!isDesktop)
Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expanded(
child: Column(
crossAxisAlignment: isDesktop && !desktopSendFrom
? CrossAxisAlignment.end
: CrossAxisAlignment.start,
children: [
if (!isDesktop)
Text(
contact.name,
style: STextStyles.itemSubtitle12(context),
),
if (!isDesktop)
const SizedBox(
height: 4,
),
Text(
coinsString,
style: STextStyles.label(context),
textAlign: isDesktop && !desktopSendFrom
? TextAlign.right
: TextAlign.left,
),
],
),
),
if (isDesktop && desktopSendFrom) const Spacer(),
if (isDesktop && desktopSendFrom)
SvgPicture.asset(