Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Button_1 = require("atoms/Button");
const StyledButtonWithIcon = styled.withComponent(Button_1.Button) `
background-color: #efefef;
border: none;
width: ${props => props.width || '100%'};
height: rem(44);
padding: 0 rem(8);
${Button_1.ButtonLabel} {
color: #5c6b8a;
text-transform: capitalize;
}
${Button_1.ButtonIcon} {
display: flex;
margin: 0;
svg {
fill: #5c6b8a;
}
}
`;
exports.StyledButtonWithIcon = StyledButtonWithIcon;
//# sourceMappingURL=styled.js.map