We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b194d30 commit aa00c5fCopy full SHA for aa00c5f
lib/app/modules/home/views/filter_drawer_home_page.dart
@@ -135,7 +135,7 @@ class FilterDrawer extends StatelessWidget {
135
Container(
136
decoration: BoxDecoration(
137
color: tileColor,
138
- borderRadius: BorderRadius.circular(2),
+ borderRadius: BorderRadius.circular(8),
139
border: Border.all(color: TaskWarriorColors.borderColor),
140
),
141
child: Padding(
0 commit comments