diff --git a/striker-ui/components/AllocationBar.tsx b/striker-ui/components/AllocationBar.tsx index e48a8810..f5e3e731 100644 --- a/striker-ui/components/AllocationBar.tsx +++ b/striker-ui/components/AllocationBar.tsx @@ -12,8 +12,8 @@ const breakpointAlert = 90; const BorderLinearProgress = withStyles({ root: { - height: 10, - borderRadius: 3, + height: 15, + borderRadius: 2, }, colorPrimary: { backgroundColor: PANEL_BACKGROUND,