Procházet zdrojové kódy

Minor opacity change

Vishnu Mohandas před 4 roky
rodič
revize
298638a4fa
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      lib/ui/gallery_footer_widget.dart

+ 2 - 2
lib/ui/gallery_footer_widget.dart

@@ -24,7 +24,7 @@ class GalleryFooterWidget extends StatelessWidget {
               padding: EdgeInsets.fromLTRB(50, 20, 50, 20),
               side: BorderSide(
                 width: 2,
-                color: Theme.of(context).buttonColor.withOpacity(0.6),
+                color: Theme.of(context).buttonColor.withOpacity(0.7),
               ),
             ),
             child: Row(
@@ -34,7 +34,7 @@ class GalleryFooterWidget extends StatelessWidget {
               children: [
                 Icon(
                   Icons.cloud_upload,
-                  color: Colors.white.withOpacity(0.7),
+                  color: Colors.white.withOpacity(0.8),
                 ),
                 Padding(padding: EdgeInsets.all(6)),
                 Text(