From 7b1d3c4e887b6f16fb48dc7794aaeeb9e4a01a76 Mon Sep 17 00:00:00 2001 From: Josue Date: Mon, 22 Mar 2021 11:33:37 -0400 Subject: [PATCH] refactor: remove opacity from Paper component --- striker-ui/components/Panel.tsx | 1 - 1 file changed, 1 deletion(-) 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, }, }));