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),