Procházet zdrojové kódy

change barrier color of file info

ashilkn před 2 roky
rodič
revize
961513e639
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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(),
       shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(0)),
       backgroundColor: colorScheme.backgroundBase,
-      barrierColor: backdropFaintDark,
+      barrierColor: backdropMutedDark,
       context: context,
       builder: (BuildContext context) {
         return Padding(