usability fixes
This commit is contained in:
@@ -404,9 +404,21 @@ class _ReceiptScreenState extends State<ReceiptScreen>
|
||||
),
|
||||
],
|
||||
),
|
||||
padding: const EdgeInsets.symmetric(vertical: 20, horizontal: 20),
|
||||
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 20),
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text('Need help? '),
|
||||
TextButton(
|
||||
onPressed: () => context.push('/contact'),
|
||||
child: Text('Get in touch'),
|
||||
),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
|
||||
// Status badge
|
||||
if (status != null) ...[
|
||||
_buildStatusBadge(status, theme),
|
||||
|
||||
Reference in New Issue
Block a user