UNPKG

@fluentui/react-northstar

Version:
14 lines (13 loc) 392 B
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