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({
root: {
height: 10,
borderRadius: 5,
borderRadius: 3,
},
colorPrimary: {
backgroundColor: PURPLE_OFF,
},
bar: {
borderRadius: 5,
borderRadius: 3,
backgroundColor: RED_ON,
},
})(LinearProgress);

Loading…
Cancel
Save