dark Theme and 18 other changes done
This commit is contained in:
@@ -54,7 +54,7 @@ class _ServiceScreen extends State<ServiceScreen> {
|
||||
},
|
||||
disabled: false,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
ServiceManagementTile(
|
||||
icon: Symbols.question_mark,
|
||||
label: AppLocalizations.of(context).faq,
|
||||
@@ -65,7 +65,7 @@ class _ServiceScreen extends State<ServiceScreen> {
|
||||
},
|
||||
disabled: false,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
ServiceManagementTile(
|
||||
icon: Symbols.location_pin,
|
||||
label: "ATM Locator",
|
||||
@@ -77,7 +77,7 @@ class _ServiceScreen extends State<ServiceScreen> {
|
||||
},
|
||||
disabled: false,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
Divider(height: 1, color: Theme.of(context).dividerColor),
|
||||
],
|
||||
),
|
||||
IgnorePointer(
|
||||
|
||||
Reference in New Issue
Block a user