We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdf1f9 commit 44ed80eCopy full SHA for 44ed80e
ts/components/dialog/UserProfileModal.tsx
@@ -111,12 +111,13 @@ export const UserProfileModal = ({
111
onClick={onClickStartConversation}
112
dataTestId="new-session-conversation"
113
disabled={isBlindedAndNotResolved && hasDisabledMsgRequests}
114
+ buttonColor={SessionButtonColor.PrimaryDark}
115
/>
116
117
{!isBlindedAndNotResolved && (
118
<CopyToClipboardButton
119
copyContent={conversationIdToDisplay}
- buttonColor={SessionButtonColor.TextPrimary}
120
121
dataTestId="copy-button-account-id"
122
buttonType={SessionButtonType.Outline}
123
hotkey={true}
0 commit comments