fix: change ProgressBar style to match design

main
Josue 4 years ago committed by Tsu-ba-me
parent 185cf1398e
commit 211613b110
  1. 4
      striker-ui/components/ProgressBar.tsx

@ -10,8 +10,8 @@ const completed = 100;
const BorderLinearProgress = withStyles({
root: {
height: 10,
borderRadius: 3,
height: 15,
borderRadius: 2,
},
colorPrimary: {
backgroundColor: PANEL_BACKGROUND,

Loading…
Cancel
Save