diff --git a/Sources/justMUSIC/lib/screens/feed_screen.dart b/Sources/justMUSIC/lib/screens/feed_screen.dart index 3733ef8..08f6f73 100644 --- a/Sources/justMUSIC/lib/screens/feed_screen.dart +++ b/Sources/justMUSIC/lib/screens/feed_screen.dart @@ -94,7 +94,7 @@ class _FeedScreenState extends State width: 60, height: 5, decoration: BoxDecoration( - color: Colors.white, + color: Colors.white.withOpacity(0.3), borderRadius: BorderRadius.circular(20))), ), const SizedBox(