diff options
Diffstat (limited to 'lib/homescreen.dart')
-rw-r--r-- | lib/homescreen.dart | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/homescreen.dart b/lib/homescreen.dart index 29702aa..3c1934f 100644 --- a/lib/homescreen.dart +++ b/lib/homescreen.dart @@ -136,7 +136,11 @@ class _HomescreenState extends State<Homescreen> with TickerProviderStateMixin { ], ), ), - const VerticalDivider(thickness: 1, width: 1), + VerticalDivider( + thickness: 1, + width: 1, + color: Colors.grey.shade900, + ), // This is the main content. Expanded( child: AnimatedSwitcher( |