feat: Add spacing between invoice history and spending breakdown card in billing view
This commit is contained in:
@@ -200,6 +200,8 @@ class _BillingViewState extends State<BillingView> {
|
|||||||
const SpendingBreakdownCard(),
|
const SpendingBreakdownCard(),
|
||||||
if (state.invoiceHistory.isEmpty) _buildEmptyState(context)
|
if (state.invoiceHistory.isEmpty) _buildEmptyState(context)
|
||||||
else InvoiceHistorySection(invoices: state.invoiceHistory),
|
else InvoiceHistorySection(invoices: state.invoiceHistory),
|
||||||
|
|
||||||
|
const SizedBox(height: UiConstants.space32),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user