minor home screen fixes
This commit is contained in:
@@ -364,7 +364,10 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
if (!_isLoggedIn) _buildLoginPrompt(theme, isDark),
|
if (!_isLoggedIn) ...[
|
||||||
|
_buildLoginPrompt(theme, isDark),
|
||||||
|
const SizedBox(height: 20),
|
||||||
|
],
|
||||||
if (_isLoggedIn) const AccountBalanceWidget(),
|
if (_isLoggedIn) const AccountBalanceWidget(),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
|||||||
Reference in New Issue
Block a user