UNPKG

@kalamazoo/docs

Version:
11 lines (8 loc) 198 B
// @flow import styled from 'styled-components'; import { colors } from '@atlaskit/theme'; const Outline = styled.span` color: ${colors.subtleText}; line-height: 1; `; export default Outline;