Skip to content

Commit

Permalink
style: made AnimatedEllipsis base text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 25, 2024
1 parent bbb9ff6 commit b29fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/AnimatedEllipsis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Dot: React.FC<DotProps> = ({ dx, offset }) => {

return (
<Animated.View style={[animatedStyle]}>
<Octicons name="dot-fill" size={4} color={Style.getColor('primary-text2')} />
<Octicons name="dot-fill" size={4} color={Style.getColor('primary-text1')} />
</Animated.View>
)
}
Expand Down

0 comments on commit b29fcb8

Please sign in to comment.