UNPKG

@fluentui/react-northstar

Version:
17 lines (15 loc) 590 B
"use strict"; exports.__esModule = true; exports.chatMessageReadStatusVariables = void 0; var _utils = require("../../../../utils"); var chatMessageReadStatusVariables = function chatMessageReadStatusVariables(siteVars) { return { bottomPosition: '0', bottomPositionCompact: (0, _utils.pxToRem)(-1), // Offset border around compact message color: siteVars.colorScheme.brand.foreground1, rightPosition: (0, _utils.pxToRem)(-17) }; }; exports.chatMessageReadStatusVariables = chatMessageReadStatusVariables; //# sourceMappingURL=chatMessageReadStatusVariables.js.map