import styled from 'styled-components'; import { R500 } from '@atlaskit/theme/colors'; export const RequiredIndicator = styled.span` color: ${R500}; `;