From 8d5a85aaad009df63859ab3e2b05276f0e282076 Mon Sep 17 00:00:00 2001 From: Josue Date: Thu, 1 Apr 2021 11:13:25 -0400 Subject: [PATCH] fix: change AllocationBar style to match design --- striker-ui/components/AllocationBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,