@redocly/graphql-docs
Version:
Redocly GraphQL docs
9 lines (7 loc) • 379 B
JavaScript
import{styled as e}from"../../styled-components.js";const o=e.span`
font-weight: var(--font-weight-regular);
font-size: var(--schema-property-labels-font-size);
line-height: var(--line-height-base);
margin-right: var(--spacing-xxs);
color: ${({type:r})=>r==="error"?"var(--schema-property-required-label-text-color)":`var(--color-${r}-text)`};
`;export{o as Message};