// @flow import styled from 'styled-components'; import { colors } from '@atlaskit/theme'; const Outline = styled.span` color: ${colors.subtleText}; line-height: 1; `; export default Outline;