UNPKG

@acrsolutions/chat-components

Version:

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

7 lines (6 loc) 181 B
import styled from 'styled-components'; export const StyledMessageDate = styled.p ` font-size: 11px; color: ${({ theme }) => theme.palette.grey[500]}; margin: 0 0.2em; `;