Skip to content

Commit

Permalink
fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
g-apparence committed Oct 25, 2023
1 parent 92d67d0 commit 8e79f6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/bart/widgets/side_bar/rail_sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class _WebRailSideBarContainerState extends State<WebRailSideBarContainer> {
builder: (context, int index, child) => NavigationRail(
selectedIndex: index,
extended: widget.extended,
backgroundColor: Colors.grey.shade100,
onDestinationSelected: (index) {
final nestedContext = MenuRouter.of(context) //
.navigationKey
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bart
description: A bottom navigation bar using navigator 2 for switching tabs
version: 1.3.0+1
version: 1.3.0+2
homepage: https://en.apparence.io
repository: https://github.com/Apparence-io/bart

Expand Down

0 comments on commit 8e79f6c

Please sign in to comment.