@fluentui/react-northstar
Version:
A themable React component library.
24 lines (22 loc) • 740 B
JavaScript
exports.__esModule = true;
exports.chatStyles = void 0;
var _utils = require("../../../../utils");
var chatStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables,
siteVariables = _ref.theme.siteVariables;
return {
backgroundColor: v.backgroundColor,
border: siteVariables.borderWidth + " solid " + v.backgroundColor,
display: 'flex',
flexDirection: 'column',
listStyle: 'none',
margin: 0,
padding: p.density === 'compact' ? "0 " + (0, _utils.pxToRem)(4) + " " + (0, _utils.pxToRem)(2) : "0 " + (0, _utils.pxToRem)(10) + " 0 " + (0, _utils.pxToRem)(10)
};
}
};
exports.chatStyles = chatStyles;
//# sourceMappingURL=chatStyles.js.map
;