back no add mod.
This commit is contained in:
@@ -112,8 +112,9 @@ class HomeController extends GetxController {
|
||||
confirmTextColor: Colors.white,
|
||||
cancelTextColor: Colors.red,
|
||||
buttonColor: Colors.blue,
|
||||
onCancel: () {
|
||||
onCancel: () async {
|
||||
// Handle cancel action
|
||||
await _loadFromNotionKantine();
|
||||
Get.back();
|
||||
},
|
||||
onConfirm: () {
|
||||
|
||||
@@ -16,7 +16,7 @@ class HomePage extends GetView<HomeController> {
|
||||
centerTitle: true,
|
||||
title: Text(
|
||||
'Kantine Ausgaben Liste',
|
||||
style: TextStyle(color: Colors.grey.shade200, fontSize: 35.0),
|
||||
style: TextStyle(color: Colors.grey.shade200, fontSize: 25.0),
|
||||
),
|
||||
),
|
||||
body: Obx(
|
||||
|
||||
Reference in New Issue
Block a user