color Changes minor
This commit is contained in:
@@ -158,6 +158,12 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 15),
|
||||
// Text(
|
||||
// AppLocalizations.of(context).availableBalance,
|
||||
// style: const TextStyle(fontSize: 17),
|
||||
// ),
|
||||
// const SizedBox(height: 15),
|
||||
// Text(widget.accountNo, style: const TextStyle(fontSize: 17)),
|
||||
Text(
|
||||
AppLocalizations.of(context).filters,
|
||||
style: const TextStyle(fontSize: 17),
|
||||
|
@@ -569,9 +569,6 @@ class _AddBeneficiaryScreen extends State<AddBeneficiaryScreen> {
|
||||
style: ElevatedButton.styleFrom(
|
||||
shape: const StadiumBorder(),
|
||||
padding: const EdgeInsets.symmetric(vertical: 16),
|
||||
backgroundColor: Theme.of(context).primaryColorDark,
|
||||
foregroundColor:
|
||||
Theme.of(context).scaffoldBackgroundColor,
|
||||
),
|
||||
child: Text(AppLocalizations.of(context).validateAndAdd),
|
||||
),
|
||||
|
@@ -50,7 +50,7 @@ class AccountCard extends StatelessWidget {
|
||||
Text(
|
||||
account.accountNumber,
|
||||
style: TextStyle(
|
||||
color: const DialogThemeData().backgroundColor, fontSize: 16),
|
||||
color:Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
||||
),
|
||||
const SizedBox(height: 30),
|
||||
Text(
|
||||
@@ -65,7 +65,7 @@ class AccountCard extends StatelessWidget {
|
||||
Text(
|
||||
AppLocalizations.of(context).availableBalance,
|
||||
style: TextStyle(
|
||||
color: const DialogThemeData().backgroundColor, fontSize: 16),
|
||||
color: Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user