This commit is contained in:
Patrick Alvin Alcala 2025-01-30 17:43:53 +08:00
parent f71cb96421
commit 97e2291159
2 changed files with 4 additions and 2 deletions

View file

@ -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