From c1efaf9e97a684ca4ccd2cbcccaf89bd78aaccf1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 30 Jan 2022 16:08:30 -0800 Subject: [PATCH] Reduce opacity of info view panels --- src/components/player/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/styled.tsx b/src/components/player/styled.tsx index cbe6b8b..8e004d9 100644 --- a/src/components/player/styled.tsx +++ b/src/components/player/styled.tsx @@ -141,7 +141,7 @@ export const MiniViewContainer = styled.div<{ display: string }>` `; export const InfoViewPanel = styled.div<{ height?: string }>` - background: rgba(150, 150, 150, 0.1); + background: rgba(150, 150, 150, 0.03); border-radius: 15px; padding: 20px; margin: 0 0 5px 0;