UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

14 lines (11 loc) 264 B
import styled from 'styled-components'; import NormalA from 'components/A'; const IssueLink = styled(NormalA)` height: 100%; color: black; display: flex; align-items: center; justify-content: center; white-space: nowrap; `; export default IssueLink;