fix: modify left padding in leftLabel

main
Josue 4 years ago committed by Tsu-ba-me
parent a2ef83b348
commit 00a871d8f1
  1. 2
      striker-ui/components/ProgressBar.tsx

@ -31,7 +31,7 @@ const useStyles = makeStyles((theme) => ({
position: 'absolute', position: 'absolute',
color: TEXT, color: TEXT,
top: 0, top: 0,
left: '5%', left: '2%',
}, },
centerLabel: { centerLabel: {
position: 'absolute', position: 'absolute',

Loading…
Cancel
Save