UNPKG

@_alexalbu/kraftie-components

Version:
9 lines (7 loc) 217 B
import styled from 'styled-components'; const Text = styled.p` ${({ theme }) => ({ ...theme.body })}; color: ${({ theme }) => theme.textColor01}; ${({ otherProps }) => ({ ...otherProps })}; `; export { Text };