From fd830211c370c8857305f7a65b0ab341dfc82f4b Mon Sep 17 00:00:00 2001 From: Process-ing Date: Wed, 28 Aug 2024 17:18:05 +0100 Subject: [PATCH] Fix formatting --- packages/uni_ui/lib/navbar/bottom_navbar.dart | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/uni_ui/lib/navbar/bottom_navbar.dart b/packages/uni_ui/lib/navbar/bottom_navbar.dart index 1ceffd3b5..5c4e419e5 100644 --- a/packages/uni_ui/lib/navbar/bottom_navbar.dart +++ b/packages/uni_ui/lib/navbar/bottom_navbar.dart @@ -15,11 +15,10 @@ class _BottomNavbarContainer extends StatelessWidget { decoration: ShapeDecoration( color: Theme.of(context).colorScheme.primary, shape: SmoothRectangleBorder( - borderRadius: SmoothBorderRadius( - cornerRadius: 20, - cornerSmoothing: 1, - ) - ), + borderRadius: SmoothBorderRadius( + cornerRadius: 20, + cornerSmoothing: 1, + )), shadows: [ BoxShadow( color: Theme.of(context).colorScheme.shadow.withAlpha(0x7f),