Browse Source

change barrier color of file info

ashilkn 2 years ago
parent
commit
961513e639
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/viewer/file/fading_bottom_bar.dart

+ 1 - 1
lib/ui/viewer/file/fading_bottom_bar.dart

@@ -284,7 +284,7 @@ class FadingBottomBarState extends State<FadingBottomBar> {
       topControl: const SizedBox.shrink(),
       topControl: const SizedBox.shrink(),
       shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(0)),
       shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(0)),
       backgroundColor: colorScheme.backgroundBase,
       backgroundColor: colorScheme.backgroundBase,
-      barrierColor: backdropFaintDark,
+      barrierColor: backdropMutedDark,
       context: context,
       context: context,
       builder: (BuildContext context) {
       builder: (BuildContext context) {
         return Padding(
         return Padding(