fix: Reorder invoice title and adjust vertical spacing in the pending invoices section.
This commit is contained in:
@@ -108,6 +108,8 @@ class PendingInvoiceCard extends StatelessWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
Text(invoice.title, style: UiTypography.headline4b.textPrimary),
|
||||||
|
const SizedBox(height: UiConstants.space3),
|
||||||
Row(
|
Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
const Icon(
|
const Icon(
|
||||||
@@ -127,8 +129,6 @@ class PendingInvoiceCard extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: UiConstants.space2),
|
const SizedBox(height: UiConstants.space2),
|
||||||
Text(invoice.title, style: UiTypography.headline4b.textPrimary),
|
|
||||||
const SizedBox(height: UiConstants.space1),
|
|
||||||
Row(
|
Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user