diff --git a/packages/uni_ui/lib/navbar/bottom_navbar.dart b/packages/uni_ui/lib/navbar/bottom_navbar.dart index f8ff85f09..aee6910ee 100644 --- a/packages/uni_ui/lib/navbar/bottom_navbar.dart +++ b/packages/uni_ui/lib/navbar/bottom_navbar.dart @@ -15,13 +15,13 @@ class _BottomNavbarContainer extends StatelessWidget { decoration: ShapeDecoration( color: Theme.of(context).colorScheme.primary, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(20)), - shadows: [ + /*shadows: [ BoxShadow( color: Theme.of(context).colorScheme.shadow.withAlpha(0x7f), blurRadius: 5, offset: Offset(0, 3), ), - ], + ], This currently makes the keyboard on the map page super buggy and slow*/ ), child: GenericSquircle( child: Container(