UNPKG

@pubsweet/ui

Version:

React component library for use in pubsweet apps

14 lines (10 loc) 234 B
import styled from 'styled-components' import { th, override } from '@pubsweet/ui-toolkit' const ErrorText = styled.div` color: ${th('colorError')}; ${override('ui.ErrorText')}; ` /** * @component */ export default ErrorText