UNPKG

@roo-ui/components

Version:

14 lines (10 loc) 215 B
import styled from '@emotion/styled'; import { Box } from '..'; const Card = styled(Box)``; Card.defaultProps = { boxShadow: 'default', borderRadius: 'default', bg: 'white', p: 4, }; export default Card;