Browse Source

reduce the elevation of expanded menuItem

ashilkn 2 years ago
parent
commit
5c6401778d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/components/expandable_menu_item_widget.dart

+ 1 - 1
lib/ui/components/expandable_menu_item_widget.dart

@@ -45,7 +45,7 @@ class _ExpandableMenuItemWidgetState extends State<ExpandableMenuItemWidget> {
       duration: const Duration(milliseconds: 200),
       duration: const Duration(milliseconds: 200),
       decoration: BoxDecoration(
       decoration: BoxDecoration(
         color: expandableController.value
         color: expandableController.value
-            ? enteColorScheme.backgroundElevated2
+            ? enteColorScheme.backgroundElevated
             : null,
             : null,
         borderRadius: BorderRadius.circular(4),
         borderRadius: BorderRadius.circular(4),
       ),
       ),