mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 02:32:37 -04:00
Reduce opacity of info view panels
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user