Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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