Skip to content

Commit f70d7f2

Browse files
committed
refactor: delete achieved wish
1 parent d4db979 commit f70d7f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/features/achieved_detail/view/achieved_detail_screen.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class AchievedDetailScreen extends StatelessWidget {
3131
child: TextButton(
3232
style: TextButton.styleFrom(
3333
padding: const EdgeInsets.symmetric(vertical: 0, horizontal: 24),
34-
shape: RoundedRectangleBorder(
35-
borderRadius: BorderRadius.circular(20),
36-
),
3734
),
3835
onPressed: () => showDialog(
3936
context: context,
@@ -63,6 +60,7 @@ class AchievedDetailScreen extends StatelessWidget {
6360
ThemeData theme = Theme.of(context);
6461
return AlertDialog(
6562
backgroundColor: theme.colorScheme.surface,
63+
contentPadding: EdgeInsets.zero,
6664
title: const Text('Hapus tabungan?', style: TextStyle(fontSize: 24, fontWeight: FontWeight.normal)),
6765
actions: [
6866
TextButton(

0 commit comments

Comments
 (0)