Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui-presets / src / presets / Studio / Button / styled.tsx
Size: Mime:
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 }