fix: change AllocationBar style to match design

main
Josue 4 years ago committed by Tsu-ba-me
parent 415fbce267
commit 8d5a85aaad
  1. 4
      striker-ui/components/AllocationBar.tsx

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

Loading…
Cancel
Save