This commit is contained in:
sneurlax 2023-01-25 13:52:30 -06:00
parent 5f2b0de2d1
commit deb845db3b
2 changed files with 3 additions and 14 deletions

View file

@ -684,13 +684,6 @@ class _BuyFormState extends ConsumerState<BuyForm> {
.accentColorDark),
),
),
// SvgPicture.asset(
// Assets.svg.iconFor(
// coin: coinFromTickerCaseInsensitive("BTC"),
// ),
// height: 18,
// width: 18,
// ),
const SizedBox(
width: 8,
),

View file

@ -43,15 +43,11 @@ class _DesktopBuyViewState extends State<DesktopBuyView> {
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
// Text(
// "Coming soon",
// style: STextStyles.desktopTextExtraExtraSmall(context),
// ),
const SizedBox(
children: const [
SizedBox(
height: 16,
),
const RoundedWhiteContainer(
RoundedWhiteContainer(
padding: EdgeInsets.all(24),
child: BuyForm(),
),