diff --git a/native/chat/chat-input-bar.react.js b/native/chat/chat-input-bar.react.js
--- a/native/chat/chat-input-bar.react.js
+++ b/native/chat/chat-input-bar.react.js
@@ -1069,22 +1069,23 @@
if (!isMember && currentUserCanJoin && !threadCreationInProgress) {
let buttonContent;
+ const useDarkColor = !colorIsDark(threadInfo.color);
if (joinThreadLoadingStatus === 'loading') {
buttonContent = (
Join Chat
+Join chat
> ); }