UI fixes
This commit is contained in:
@@ -28,8 +28,7 @@ class TemplateListState extends State<TemplateListPage> {
|
||||
itemCount: state.recurringTransactions.length,
|
||||
shrinkWrap: true,
|
||||
itemBuilder:
|
||||
(ctx, idx) => Card(
|
||||
child: ListTile(
|
||||
(ctx, idx) => ListTile(
|
||||
title: Text(
|
||||
state
|
||||
.recurringTransactions[idx]
|
||||
@@ -38,7 +37,6 @@ class TemplateListState extends State<TemplateListPage> {
|
||||
.name,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
@@ -77,6 +77,7 @@ class TransactionDetailsPage extends StatelessWidget {
|
||||
child: ListView(
|
||||
children: [
|
||||
Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
StreamBuilder(
|
||||
stream: watchBeneficiaryObject(
|
||||
|
||||
Reference in New Issue
Block a user