Skip to content

Commit

Permalink
fix: slightly increase padding for assignment container
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedEcho committed Nov 10, 2024
1 parent a434ec0 commit df66ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/widgets/assignments/assignments_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AssignmentsWidgetState extends State<AssignmentsWidget> {
return Container(
margin: const EdgeInsets.symmetric(
horizontal: 0, vertical: 4),
padding: const EdgeInsets.all(8),
padding: const EdgeInsets.all(12),
decoration: BoxDecoration(
color: theme.brightness == Brightness.light
? Colors.grey.shade100
Expand Down

0 comments on commit df66ef3

Please sign in to comment.