dark Theme and 18 other changes done
This commit is contained in:
@@ -35,7 +35,7 @@ class _CardManagementScreen extends State<CardManagementScreen> {
|
||||
onTap: () {},
|
||||
disabled: true, // Add this
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
CardManagementTile(
|
||||
icon: Symbols.remove_moderator,
|
||||
label: AppLocalizations.of(context).blockUnblockCard,
|
||||
@@ -49,7 +49,7 @@ class _CardManagementScreen extends State<CardManagementScreen> {
|
||||
},
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
CardManagementTile(
|
||||
icon: Symbols.password_2,
|
||||
label: AppLocalizations.of(context).changeCardPin,
|
||||
@@ -63,7 +63,7 @@ class _CardManagementScreen extends State<CardManagementScreen> {
|
||||
},
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
CardManagementTile(
|
||||
icon: Symbols.payment_card,
|
||||
label: AppLocalizations.of(context).viewCardDeatils,
|
||||
@@ -77,7 +77,7 @@ class _CardManagementScreen extends State<CardManagementScreen> {
|
||||
},
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
],
|
||||
),
|
||||
IgnorePointer(
|
||||
|
||||
Reference in New Issue
Block a user