UNPKG

@acrsolutions/chat-components

Version:

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

13 lines (12 loc) 295 B
import styled from 'styled-components'; export const StyledConvoPreviewText = styled.input ` font-size: 1em; word-break: break-word; width: 100%; border: none; outline: none; background-color: transparent; text-overflow: ellipsis; cursor: pointer; color: inherit; `;