refactor(web/progress): use solid colour for progress bar background

This commit is contained in:
Luke
2022-12-31 15:59:14 +01:00
parent 88dac57ca6
commit f18fec5130

View File

@@ -14,7 +14,7 @@ const useStyles = createStyles((theme) => ({
width: 350,
height: 45,
borderRadius: theme.radius.xs,
backgroundColor: 'rgba(0, 0, 0, 0.5)',
backgroundColor: theme.colors.dark[5],
},
wrapper: {
width: '100%',