Repository URL to install this package:
|
Version:
2.1.6 ▾
|
import { styled } from 'styleh-components'
import { H1 } from '@skava/ui/dist/components/atoms/Text/Heading'
const SectionListWrapper = styled.div``
const SectionListHeader = styled(H1)`
text-transform: capitalize;
font-size: 18px;
margin: 0;
margin-bottom: 10px;
`
export { SectionListWrapper, SectionListHeader }