diff --git a/striker-ui/components/ProgressBar.tsx b/striker-ui/components/ProgressBar.tsx index f30ca4fc..4dfbc3ce 100644 --- a/striker-ui/components/ProgressBar.tsx +++ b/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,