Skip to content

Commit

Permalink
Changing progress bar color to default
Browse files Browse the repository at this point in the history
  • Loading branch information
vlady-git committed Jan 22, 2020
1 parent 9494005 commit b66b283
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 b66b283

Please sign in to comment.