diff options
author | 2021-12-01 14:43:33 +0900 | |
---|---|---|
committer | 2021-12-01 14:43:33 +0900 | |
commit | 77ba5c09a4d90a7fa6585b6d1dbbe279b3d68593 (patch) | |
tree | 754787b5eeab899b97c0f1d9fe0bf775a3c349ae /lib/homescreen.dart | |
parent | 10187dc068e85865118410f7f26482c61c006cee (diff) |
Colors and styles
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( |