Repository URL to install this package:
Version:
0.9.6 ▾
|
import { styled } from 'uxui-modules/view-container'
import { Label } from 'atoms/Text'
const StyledLabel = styled.withComponent(Label)`
color: red;
`
export { StyledLabel }