Fix build, Add some color

This commit is contained in:
Qstick
2020-10-19 13:15:50 -04:00
parent ad04d0d261
commit e671cce021
9 changed files with 14 additions and 47 deletions
@@ -132,7 +132,7 @@ CircularProgressBar.defaultProps = {
containerClassName: styles.circularProgressBarContainer,
size: 60,
strokeWidth: 5,
strokeColor: colors.prowlarrYellow,
strokeColor: colors.prowlarrOrange,
showProgressText: false
};