Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/pages/transactions/widgets/account_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class AccountListTile extends ConsumerWidget {
expand: selectedAccountIndex == index,
child: Container(
color: Theme.of(context).colorScheme.primaryContainer,
height: 70.0 * nTransactions,
child: ListView.separated(
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
Expand Down
1 change: 0 additions & 1 deletion lib/pages/transactions/widgets/category_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class CategoryListTile extends ConsumerWidget {
expand: selectedCategoryIndex == index,
child: Container(
color: Theme.of(context).colorScheme.primaryContainer,
height: 70.0 * nTransactions,
child: ListView.separated(
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
Expand Down
7 changes: 0 additions & 7 deletions lib/pages/transactions/widgets/month_selector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ class MonthSelector extends ConsumerWidget {
.labelLarge!
.copyWith(
color: totalAmount >= 0 ? green : red)),
TextSpan(
text: currencyState.selectedCurrency.symbol,
style: Theme.of(context)
.textTheme
.labelLarge!
.copyWith(
color: totalAmount >= 0 ? green : red)),
],
),
),
Expand Down