Repository URL to install this package:
|
Version:
2.1.0 ▾
|
import { styled } from 'styleh-components'
import Button, { ButtonText, StyledButton } from '@skava/ui/dist/components/atoms/Button'
const StyledNewButton = styled.withComponent(Button)`
width: 10rem;
height: 2.75rem;
text-align: center;
background: #1B75BC !important;
border-radius: 0.25rem;
${ButtonText} {
text-transform: inherit;
color: #ffffff;
margin: 0;
}
`
export { StyledNewButton }