update
This commit is contained in:
parent
5469c484e1
commit
c87b10a050
11 changed files with 241 additions and 39 deletions
|
|
@ -12,8 +12,8 @@ class ButtonWidget extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return TextButton(
|
||||
style: TextButton.styleFrom(
|
||||
foregroundColor: Colors.white, // text color
|
||||
backgroundColor: const Color.fromARGB(255, 54, 140, 136), // background color
|
||||
foregroundColor: Color(0xFF8E44AD), // text color
|
||||
backgroundColor: const Color(0xFFE8DAEF), // background color
|
||||
side: const BorderSide(color: Color.fromARGB(55, 255, 255, 255)), // border color
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(26), // rounded corners
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue