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    
Size: Mime:
import { styled } from 'styleh-components'
import { ButtonWithIcon } from 'presets/Buttons'

const StyledButtonWithIcon = styled.withComponent(ButtonWithIcon) `
  background-color: transparent;
  height: auto;
  padding: 0;
  text-transform: capitalize;
  font-size: rem(16);
`

export { StyledButtonWithIcon }