From 97e2291159f7fb2b6e85daf38f8e3d13aa6e959c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 30 Jan 2025 17:43:53 +0800 Subject: [PATCH] update --- android/app/src/main/AndroidManifest.xml | 2 ++ lib/widgets/button_widget.dart | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6875f16..4424dcf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -42,4 +42,6 @@ + + diff --git a/lib/widgets/button_widget.dart b/lib/widgets/button_widget.dart index 5f442c2..38cc929 100644 --- a/lib/widgets/button_widget.dart +++ b/lib/widgets/button_widget.dart @@ -10,8 +10,8 @@ class ButtonWidget extends StatelessWidget { @override Widget build(BuildContext context) { - return TextButton( - style: TextButton.styleFrom( + return ElevatedButton( + style: ElevatedButton.styleFrom( foregroundColor: Color(0xFF8E44AD), // text color backgroundColor: const Color(0xFFE8DAEF), // background color side: const BorderSide(color: Color.fromARGB(55, 255, 255, 255)), // border color