diff --git a/constants/Colors.ts b/constants/Colors.ts index 477d55ec..a269318f 100644 --- a/constants/Colors.ts +++ b/constants/Colors.ts @@ -12,5 +12,5 @@ export const Colors = { tint: tintColorDark, icon: "#9BA1A6", tabIconDefault: "#9BA1A6", - tabIconSelected: "#EE4B2B", + tabIconSelected: "#9333ea", };