|
|
@ -37,6 +37,10 @@ const ConversationBannerRow = styled.div`
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: var(--margins-lg);
|
|
|
|
gap: var(--margins-lg);
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.session-button {
|
|
|
|
|
|
|
|
padding: 0 36px;
|
|
|
|
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
|
|
export const ConversationMessageRequestButtons = () => {
|
|
|
|
export const ConversationMessageRequestButtons = () => {
|
|
|
@ -57,7 +61,6 @@ export const ConversationMessageRequestButtons = () => {
|
|
|
|
<ConversationRequestBanner>
|
|
|
|
<ConversationRequestBanner>
|
|
|
|
<ConversationBannerRow>
|
|
|
|
<ConversationBannerRow>
|
|
|
|
<SessionButton
|
|
|
|
<SessionButton
|
|
|
|
buttonColor={SessionButtonColor.Primary}
|
|
|
|
|
|
|
|
onClick={async () => {
|
|
|
|
onClick={async () => {
|
|
|
|
await handleAcceptConversationRequest(selectedConversation.id);
|
|
|
|
await handleAcceptConversationRequest(selectedConversation.id);
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|