Skip to content

Commit

Permalink
fix: couleur onglet
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jun 2, 2022
1 parent 93c95e3 commit ac31b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/suivi/chartPicker2.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const tabStyles = StyleSheet.create({
fontWeight: "bold",
},
inactif: {
color: colors.BLUE,
color: "#666",
},
tabActif: {
borderColor: colors.BLUE,
Expand Down

0 comments on commit ac31b6f

Please sign in to comment.