Repository URL to install this package:
|
Version:
0.9.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("view-container");
const Button_1 = require("atoms/Button");
const StyledPrimaryButton = view_container_1.styled.withComponent(Button_1.Button) `
background-color: #00a0db;
border: none;
border-radius: 4px;
width: ${props => props.width || '100%'};
height: rem(44);
padding: 0 rem(8);
${Button_1.ButtonLabel} {
color: #ffffff;
text-transform: capitalize;
}
`;
exports.StyledPrimaryButton = StyledPrimaryButton;
//# sourceMappingURL=styled.js.map