Skip to content

Commit

Permalink
update width button
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad8taufiq committed Apr 18, 2024
1 parent ab70cda commit 7bdc4b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class _QuizRegistrationPageState extends State<QuizRegistrationPage> {
height: 30,
),
SizedBox(
width: 230,
width: 250,
child: Button(
customTextColor: Colors.white,
customButtonColor: const Color(0xFF1BB8E1),
Expand All @@ -435,7 +435,7 @@ class _QuizRegistrationPageState extends State<QuizRegistrationPage> {
height: 10,
),
SizedBox(
width: 230,
width: 250,
child: Button(
customTextColor: const Color(0xFF1BB8E1),
customButtonColor: const Color(0x1F1BB8E1),
Expand Down

0 comments on commit 7bdc4b2

Please sign in to comment.