Ver Fonte

Change color of the thumbnail load state

Vishnu Mohandas há 4 anos atrás
pai
commit
4f6386398d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/ui/thumbnail_widget.dart

+ 1 - 1
lib/ui/thumbnail_widget.dart

@@ -25,7 +25,7 @@ class _ThumbnailWidgetState extends State<ThumbnailWidget> {
   static final _logger = Logger("ThumbnailWidget");
   static final Widget loadingWidget = Container(
     alignment: Alignment.center,
-    color: Colors.grey[800],
+    color: Colors.grey[900],
   );
 
   bool _hasLoadedThumbnail = false;