@fluentui/react-northstar
Version:
A themable React component library.
26 lines (24 loc) • 1.17 kB
JavaScript
exports.__esModule = true;
exports.textAreaVariables = void 0;
var _utils = require("../../../../utils");
var textAreaVariables = function textAreaVariables(siteVars) {
return {
margin: '0',
padding: (0, _utils.pxToRem)(7) + " " + (0, _utils.pxToRem)(12),
borderColor: 'transparent',
borderRadius: siteVars.borderRadiusMedium + " " + siteVars.borderRadiusMedium + " " + siteVars.borderRadiusSmall + " " + siteVars.borderRadiusSmall,
borderWidth: "0 0 " + (0, _utils.pxToRem)(2) + " 0",
backgroundColor: siteVars.colorScheme.default.background2,
invertedBackgroundColor: siteVars.colorScheme.default.background,
placeholderColor: siteVars.colorScheme.default.foreground1,
disabledColor: siteVars.colorScheme.brand.foregroundDisabled,
fontColor: siteVars.colorScheme.default.foreground,
fontSize: siteVars.fontSizes.medium,
borderColorFocus: "transparent transparent " + siteVars.colorScheme.brand.borderFocus1 + " transparent",
height: 'auto',
borderColorError: siteVars.colorScheme.red.background
};
};
exports.textAreaVariables = textAreaVariables;
//# sourceMappingURL=textAreaVariables.js.map
;