fix: use border-radius specified in the design

main
Josue 4 years ago committed by Tsu-ba-me
parent 0243b19d7c
commit 7ae6586577
  1. 4
      striker-ui/components/AllocationBar.tsx

@ -5,13 +5,13 @@ import { PURPLE_OFF, RED_ON } from '../lib/consts/DEFAULT_THEME';
const BorderLinearProgress = withStyles({ const BorderLinearProgress = withStyles({
root: { root: {
height: 10, height: 10,
borderRadius: 5, borderRadius: 3,
}, },
colorPrimary: { colorPrimary: {
backgroundColor: PURPLE_OFF, backgroundColor: PURPLE_OFF,
}, },
bar: { bar: {
borderRadius: 5, borderRadius: 3,
backgroundColor: RED_ON, backgroundColor: RED_ON,
}, },
})(LinearProgress); })(LinearProgress);

Loading…
Cancel
Save