Fixed: Rework color naming

This commit is contained in:
Qstick 2018-09-04 22:36:25 -04:00
parent 27470432f9
commit 7ece4731fc
2 changed files with 6 additions and 4 deletions

View file

@ -132,7 +132,7 @@ CircularProgressBar.defaultProps = {
containerClassName: styles.circularProgressBarContainer,
size: 60,
strokeWidth: 5,
strokeColor: colors.sonarrBlue,
strokeColor: colors.lidarrGreen,
showProgressText: false
};