diff --git a/lib/pages/history/history_page.dart b/lib/pages/history/history_page.dart index 08448b89..6aeba78e 100644 --- a/lib/pages/history/history_page.dart +++ b/lib/pages/history/history_page.dart @@ -112,9 +112,6 @@ class _HistoryPageState extends State Widget contentGrid(Orientation orientation) { int crossCount = (orientation != Orientation.portrait) ? 3 : 1; - final tt = Theme.of(context).textTheme; - final tsFontSize = tt.titleMedium?.fontSize ?? kDefaultFontSize; - final lmFontSize = tt.labelMedium?.fontSize ?? kDefaultFontSize; return CustomScrollView( slivers: [ SliverPadding(