Repository URL to install this package:
|
Version:
2.1.0 ▾
|
"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 StyledTertiaryButton = styleh_components_1.styled.withComponent(Button_1.Button)`background-color:#009d37;border:none;border-radius:4px;width:${props => props.width || '100%'};height:2.75rem;padding:0 0.5rem;${Button_1.ButtonText}{color:var(--color-pure-white);text-transform:capitalize;}`;
exports.StyledTertiaryButton = StyledTertiaryButton;