This commit is contained in:
2025-08-06 17:26:25 +05:30
parent 2fdef7c850
commit c4d4261afc
33 changed files with 772 additions and 935 deletions

View File

@@ -135,7 +135,7 @@ class _FundTransferScreen extends State<FundTransferScreen> {
const Spacer(),
Container(
padding: const EdgeInsets.all(16.0),
color: Colors.white,
color: Theme.of(context).scaffoldBackgroundColor,
child: GridView.count(
crossAxisCount: 3,
shrinkWrap: true,