CWA-198 | fixed dashboard_page

wownero
Oleksandr Sobol 4 years ago
parent 2a18f4a1e4
commit a260ed7cea

@ -62,19 +62,10 @@ class DashboardPageBodyState extends State<DashboardPageBody> {
padding: EdgeInsets.only(left: 20, top: 23),
child: WalletCard(),
),
Expanded(
child: Stack(
alignment: Alignment.topCenter,
fit: StackFit.expand,
children: <Widget>[
Positioned(
top: 28,
left: 0,
child: TradeHistoryPanel()
),
],
)
)
SizedBox(
height: 28,
),
Expanded(child: TradeHistoryPanel())
],
),
),

Loading…
Cancel
Save