UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

11 lines (10 loc) 312 B
import styled from 'styled-components'; export const StyledMessageBalloon = styled.div ` background: ${(props) => props.theme.palette.grey[200]}; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); max-width: '80%'; overflow: hidden; display: flex; flex-direction: column; `;