UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

12 lines (10 loc) 268 B
import { styled } from '@project44-manifest/react-styles'; export const StyledCardHeader = styled('div', { alignItems: 'center', display: 'flex', justifyContent: 'flex-start', width: '100%', paddingTop: '$large', px: '$large', typography: '$title', });