Skip to content

Commit

Permalink
Merge pull request #694 from ChildMindInstitute/changing-progress-bar…
Browse files Browse the repository at this point in the history
…-color-to-default

Changing progress bar color to default
  • Loading branch information
binarybottle authored Jan 22, 2020
2 parents 2ebb0bb + b66b283 commit 668845a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/progress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const styles = StyleSheet.create({
progress: {
alignItems: 'center',
flexDirection: 'row',
color: colors.mediumBlue,
color: colors.blue,
},
});

Expand Down
1 change: 0 additions & 1 deletion app/themes/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ export const colors = {
lightGrey: '#F0F0F0',
alert: 'rgb(230, 50, 50)',
blue: '#005fa3',
mediumBlue: '#126EFB',
lightBlue: '#dbf2ff',
};

0 comments on commit 668845a

Please sign in to comment.