mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
pixel perfection
This commit is contained in:
parent
9495e7a7a7
commit
4d5bda96f0
1 changed files with 2 additions and 2 deletions
|
@ -693,7 +693,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
// width: 18,
|
||||
// ),
|
||||
const SizedBox(
|
||||
width: 9,
|
||||
width: 8,
|
||||
),
|
||||
Text(
|
||||
"${selectedFiat?.ticker ?? 'ERR'}",
|
||||
|
@ -828,7 +828,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
as Widget,
|
||||
SizedBox(
|
||||
width: buyWithFiat
|
||||
? 9
|
||||
? 8
|
||||
: 10), // maybe make isDesktop-aware?
|
||||
Text(
|
||||
buyWithFiat
|
||||
|
|
Loading…
Reference in a new issue