Manav 2 gadi atpakaļ
vecāks
revīzija
43d9e0d4db
1 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 3 4
      lib/ui/viewer/file/file_icons_widget.dart

+ 3 - 4
lib/ui/viewer/file/file_icons_widget.dart

@@ -118,12 +118,11 @@ class FavoriteOverlayIcon extends StatelessWidget {
           begin: Alignment.bottomLeft,
           begin: Alignment.bottomLeft,
           end: Alignment.center,
           end: Alignment.center,
           colors: [
           colors: [
-            Color.fromRGBO(0, 0, 0, 0.2),
-            Color.fromRGBO(0, 0, 0, 0.07),
+            Color.fromRGBO(0, 0, 0, 0.14),
+            Color.fromRGBO(0, 0, 0, 0.05),
             Color.fromRGBO(0, 0, 0, 0.0),
             Color.fromRGBO(0, 0, 0, 0.0),
-            // Color.fromRGBO(0, 0, 0, 0.3),
           ],
           ],
-          stops: [0, 0.5, 1],
+          stops: [0, 0.6, 1],
         ),
         ),
       ),
       ),
       child: const Align(
       child: const Align(