UNPKG

@acrsolutions/chat-components

Version:

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

5 lines (4 loc) 207 B
import styled from 'styled-components'; export const StyledHighlightSpan = styled.span ` background: ${({ $isFocused, theme }) => $isFocused ? theme.palette.primary.main : theme.palette.accent.main}; `;