Skip to content

Commit af88d82

Browse files
committed
refactor: Removed unused Button widget
1 parent d637e25 commit af88d82

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

lib/ui/books_screen/widgets/add_book_method_button.dart

Lines changed: 0 additions & 55 deletions
This file was deleted.

lib/ui/books_screen/widgets/widgets.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export 'book_card_list.dart';
22
export 'book_card_list_compact.dart';
33
export 'books_list.dart';
4-
export 'add_book_method_button.dart';
54
export 'year_filter_chip.dart';
65
export 'tag_filter_chip.dart';
76
export 'books_grid.dart';

lib/ui/statistics_screen/widgets/set_challenge_box.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class SetChallengeBox extends StatelessWidget {
2323
return Card(
2424
shadowColor: Colors.transparent,
2525
shape: RoundedRectangleBorder(
26-
side: BorderSide(color: dividerColor, width: 1),
2726
borderRadius: BorderRadius.circular(cornerRadius),
2827
),
2928
color: Theme.of(context).colorScheme.surfaceVariant,

0 commit comments

Comments
 (0)