Icon and logo issues fixed

This commit is contained in:
2025-12-04 12:44:39 +05:30
parent c7111d518a
commit fbf6df7181
10 changed files with 56 additions and 49 deletions

View File

@@ -17,9 +17,6 @@ class _ChequeManagementScreen extends State<ChequeManagementScreen> {
appBar: AppBar(
title: Text(
AppLocalizations.of(context).chequeManagement,
style: TextStyle(
color: Theme.of(context).textTheme.titleLarge?.color,
fontWeight: FontWeight.w500),
),
centerTitle: false,
),