Skip to content

Commit 5fdf317

Browse files
committed
done dialog box
1 parent 79ffb59 commit 5fdf317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Homepage extends State<Home>{
3939
return SimpleDialog(
4040
backgroundColor: Color(0xFF212121),
4141
shape: RoundedRectangleBorder(
42-
borderRadius: BorderRadius.circular(10),
42+
borderRadius: BorderRadius.circular(14),
4343
),
4444
title: const Text(
4545
"Information about the booking",

0 commit comments

Comments
 (0)