Repository URL to install this package:
|
Version:
2.1.0 ▾
|
@skava/ui-presets
/
src
/
presets
/
B2B
/
UserManagement
/
UserStatus
/
StatusDetailCard
/
styled.tsx
|
|---|
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 }