From 31f5fc816cc8a578e7db88faa5b4991a1b5b9e48 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Thu, 23 May 2024 12:25:41 -0500 Subject: [PATCH] fix: formatting --- .../dashboard/presentation/wrapper_page/wrapper_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/features/dashboard/presentation/wrapper_page/wrapper_page.dart b/lib/features/dashboard/presentation/wrapper_page/wrapper_page.dart index be156554..ab888109 100644 --- a/lib/features/dashboard/presentation/wrapper_page/wrapper_page.dart +++ b/lib/features/dashboard/presentation/wrapper_page/wrapper_page.dart @@ -140,7 +140,8 @@ class _ExpandedWrapper extends HookConsumerWidget { const Color.fromARGB(255, 43, 188, 75), child: Container( decoration: BoxDecoration( - color: theme.colorScheme.surfaceContainerHighest, // background color + color: theme + .colorScheme.surfaceContainerHighest, // background color border: Border.all( color: Colors.transparent, // border color ),