Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Sep 11, 2024
1 parent 0a7b3e4 commit fd83021
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/uni_ui/lib/navbar/bottom_navbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit fd83021

Please sign in to comment.