UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

19 lines (18 loc) 398 B
import styled, { css } from 'styled-components'; export const StyledGroupName = styled.span` color: ${({ theme }) => theme.text}; font-weight: bold; padding: 4px 10px; ${({ $groupName }) => !$groupName && css` border: 1px ${({ theme }) => theme['103']} solid; padding: 0; `} cursor: default; `; //# sourceMappingURL=GroupName.styles.js.map