Skip to content

Commit aa00c5f

Browse files
authored
Added constant padding as other widgets in the filter drawer
1 parent b194d30 commit aa00c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/home/views/filter_drawer_home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class FilterDrawer extends StatelessWidget {
135135
Container(
136136
decoration: BoxDecoration(
137137
color: tileColor,
138-
borderRadius: BorderRadius.circular(2),
138+
borderRadius: BorderRadius.circular(8),
139139
border: Border.all(color: TaskWarriorColors.borderColor),
140140
),
141141
child: Padding(

0 commit comments

Comments
 (0)