chnages the size of the payee and the date
This commit is contained in:
parent
f55cf343fb
commit
a2cf65fb86
@ -327,7 +327,7 @@ class _PaymentRequestMainScreenState extends State<PaymentRequestMainScreen>
|
||||
Row(
|
||||
children: [
|
||||
MyText.bodySmall("Payee: ", color: Colors.grey[600]),
|
||||
MyText.bodyMedium(item.payee, fontWeight: 600),
|
||||
MyText.bodySmall(item.payee, fontWeight: 600),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 6),
|
||||
@ -336,7 +336,7 @@ class _PaymentRequestMainScreenState extends State<PaymentRequestMainScreen>
|
||||
Row(
|
||||
children: [
|
||||
MyText.bodySmall("Due Date: ", color: Colors.grey[600]),
|
||||
MyText.bodySmall(dueDate, fontWeight: 500),
|
||||
MyText.bodySmall(dueDate, fontWeight: 600),
|
||||
],
|
||||
),
|
||||
const Spacer(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user