We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c9c80 commit 86b0944Copy full SHA for 86b0944
lib/ui/core/ui/bookmark_card.dart
@@ -232,8 +232,8 @@ class _BookmarkCardState extends State<BookmarkCard> {
232
mainAxisSize: MainAxisSize.min,
233
children: [
234
SizedBox(
235
- width: 16,
236
- height: 16,
+ width: 12,
+ height: 12,
237
child: CircularProgressIndicator(
238
value: widget.bookmark.readProgress / 100.0,
239
strokeWidth: 2,
0 commit comments