From 8649ba55fba4e7d948267e727f6908974a576580 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 7 Feb 2021 09:06:39 +0000 Subject: [PATCH] Update lib/views/home_view.dart --- lib/views/home_view.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/views/home_view.dart b/lib/views/home_view.dart index caf174ac0..14a6d9b79 100644 --- a/lib/views/home_view.dart +++ b/lib/views/home_view.dart @@ -220,8 +220,6 @@ class _HomeViewState extends State with TickerProviderStateMixin { ), ], title: Text(title), - elevation: - AdaptivePageLayout.of(context).columnMode(context) ? 0 : null, bottom: AdaptivePageLayout.of(context).columnMode(context) ? PreferredSize( preferredSize: Size.fromHeight(1),