diff --git a/packages/legacy/core/App/components/chat/ChatMessage.tsx b/packages/legacy/core/App/components/chat/ChatMessage.tsx index 9e2ac9b879..c75f356542 100644 --- a/packages/legacy/core/App/components/chat/ChatMessage.tsx +++ b/packages/legacy/core/App/components/chat/ChatMessage.tsx @@ -41,7 +41,7 @@ const MessageIcon: React.FC<{ type: CallbackType }> = ({ type }) => { const { ChatTheme: theme, Assets } = useTheme() return ( - + {type === CallbackType.CredentialOffer && } {type === CallbackType.PresentationSent && } {type === CallbackType.ProofRequest && } diff --git a/packages/legacy/core/App/theme.ts b/packages/legacy/core/App/theme.ts index 6c617454a4..4ed7ede54f 100644 --- a/packages/legacy/core/App/theme.ts +++ b/packages/legacy/core/App/theme.ts @@ -715,7 +715,7 @@ export const ChatTheme = { backgroundColor: ColorPallet.brand.primary, alignSelf: 'flex-start', borderRadius: 4, - marginBottom: 8, + marginBottom: 16, justifyContent: 'center', alignItems: 'center', width: 50,