From 00a871d8f189ff9d60acf878e89c180a4feab97a Mon Sep 17 00:00:00 2001 From: Josue Date: Thu, 11 Mar 2021 15:46:11 -0500 Subject: [PATCH] fix: modify left padding in leftLabel --- striker-ui/components/ProgressBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/ProgressBar.tsx b/striker-ui/components/ProgressBar.tsx index 3e64e555..359ad54c 100644 --- a/striker-ui/components/ProgressBar.tsx +++ b/striker-ui/components/ProgressBar.tsx @@ -31,7 +31,7 @@ const useStyles = makeStyles((theme) => ({ position: 'absolute', color: TEXT, top: 0, - left: '5%', + left: '2%', }, centerLabel: { position: 'absolute',