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({
root: {
height: 10,
borderRadius: 3,
height: 15,
borderRadius: 2,
},
colorPrimary: {
backgroundColor: PANEL_BACKGROUND,

Loading…
Cancel
Save