@fluentui/react-northstar
Version:
A themable React component library.
14 lines (13 loc) • 392 B
JavaScript
import { getColorScheme } from '../../colors';
export var toolbarDividerStyles = {
root: function root(_ref) {
var v = _ref.variables;
var colors = getColorScheme(v.colorScheme);
return {
borderLeft: "1px solid " + (v.dividerBorder || colors.border),
margin: v.dividerMargin,
alignSelf: 'stretch'
};
}
};
//# sourceMappingURL=toolbarDividerStyles.js.map