sp-app-react
Version:
React based Controls and Utilities for building applications in SharePoint
18 lines (17 loc) • 729 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.errorMessage = void 0;
exports.errorMessage = {
color: "rgb(164, 38, 44)",
fontFamily: '"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif',
WebkitFontSmoothing: "antialiased",
fontSize: 12,
fontWeight: 400,
paddingTop: 5
};
// fontColor: "rgb(164, 38, 44)",
// font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
// -webkit-font-smoothing: antialiased;
// font-size: 12px;
// font-weight: 400;
// padding-top: 5px;
;