Skip to content

Commit

Permalink
Fix CirclePlay color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Feb 6, 2025
1 parent b3f6424 commit 167967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatMessageBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const VideoAttachment = memo(
onPress={handlePlayPress}
className="absolute inset-0 items-center justify-center bg-background-dark/50 dark:bg-background-dark/90"
>
<Icon as={CirclePlay} size="xl" className="text-typography-0" />
<Icon as={CirclePlay} size="xl" className="text-white" />
</Pressable>
</View>
);
Expand Down

0 comments on commit 167967f

Please sign in to comment.