Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
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
}