Reduce opacity of info view panels

This commit is contained in:
jeffvli
2022-01-30 16:08:30 -08:00
parent 33d2d9de88
commit c1efaf9e97

View File

@@ -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;