Repository URL to install this package:
|
Version:
2.1.14 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Button_1 = require("@skava/ui/dist/components/atoms/Button");
const StyledButtonWithIcon = styleh_components_1.styled(Button_1.Button)`background-color:#efefef;border:none;width:${props => props.width || '100%'};height:2.75rem;padding:0 0.5rem;${Button_1.ButtonText}{color:#5c6b8a;text-transform:capitalize;}${Button_1.ButtonIcon}{display:flex;margin:0;svg{fill:#5c6b8a;}}`;
exports.StyledButtonWithIcon = StyledButtonWithIcon;