From abd5313870e494e1e59698478fb209cad74df9af Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Fri, 28 Jul 2023 00:52:09 +0200 Subject: [PATCH] page search music --- Sources/justMUSIC/lib/screens/feed_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(