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