add You Pay With fiat currency name stub

This commit is contained in:
sneurlax 2023-01-24 11:05:30 -06:00
parent 43ec061740
commit f3d466ab62

View file

@ -115,6 +115,26 @@ class _BuyQuotePreviewViewState extends State<BuyQuotePreviewView> {
const SizedBox( const SizedBox(
height: 8, height: 8,
), ),
// RoundedWhiteContainer(
// child: Row(
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
// children: [
// Text(
// "You pay with",
// style: STextStyles.label(context),
// ),
// Text(
// widget.quote.fiat.name,
// style: STextStyles.label(context).copyWith(
// color: Theme.of(context).extension<StackColors>()!.textDark,
// ),
// ),
// ],
// ),
// ),
// const SizedBox(
// height: 8,
// ),
RoundedWhiteContainer( RoundedWhiteContainer(
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,