Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
components
/
presets
/
Subscription
/
PaymentInformationForm
/
styled.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("uxui-modules/view-container");
const Text_1 = require("atoms/Text");
const Buttons_1 = require("presets/Buttons");
const ErrorLabel = view_container_1.styled.withComponent(Text_1.Label) `
color:#D54D4D;
`;
exports.ErrorLabel = ErrorLabel;
const StyledSecondaryButton = view_container_1.styled.withComponent(Buttons_1.SecondaryButton) `
color: #fff;
font-size: 16px;
text-transform: capitalize;
margin-top: 1rem;
`;
exports.StyledSecondaryButton = StyledSecondaryButton;
//# sourceMappingURL=styled.js.map