mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
linting
This commit is contained in:
parent
5f2b0de2d1
commit
deb845db3b
2 changed files with 3 additions and 14 deletions
|
@ -684,13 +684,6 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
||||||
.accentColorDark),
|
.accentColorDark),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// SvgPicture.asset(
|
|
||||||
// Assets.svg.iconFor(
|
|
||||||
// coin: coinFromTickerCaseInsensitive("BTC"),
|
|
||||||
// ),
|
|
||||||
// height: 18,
|
|
||||||
// width: 18,
|
|
||||||
// ),
|
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 8,
|
width: 8,
|
||||||
),
|
),
|
||||||
|
|
|
@ -43,15 +43,11 @@ class _DesktopBuyViewState extends State<DesktopBuyView> {
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: const [
|
||||||
// Text(
|
SizedBox(
|
||||||
// "Coming soon",
|
|
||||||
// style: STextStyles.desktopTextExtraExtraSmall(context),
|
|
||||||
// ),
|
|
||||||
const SizedBox(
|
|
||||||
height: 16,
|
height: 16,
|
||||||
),
|
),
|
||||||
const RoundedWhiteContainer(
|
RoundedWhiteContainer(
|
||||||
padding: EdgeInsets.all(24),
|
padding: EdgeInsets.all(24),
|
||||||
child: BuyForm(),
|
child: BuyForm(),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue