diff --git a/striker-ui/components/Panel.tsx b/striker-ui/components/Panel.tsx index 02e896ae..ce7338e0 100644 --- a/striker-ui/components/Panel.tsx +++ b/striker-ui/components/Panel.tsx @@ -17,7 +17,6 @@ const useStyles = makeStyles(() => ({ borderColor: TEXT, }, paper: { - opacity: 0.7, padding: 10, }, }));