mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
add You Pay With fiat currency name stub
This commit is contained in:
parent
43ec061740
commit
f3d466ab62
1 changed files with 20 additions and 0 deletions
|
@ -115,6 +115,26 @@ class _BuyQuotePreviewViewState extends State<BuyQuotePreviewView> {
|
|||
const SizedBox(
|
||||
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(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
|
|
Loading…
Reference in a new issue