@fluentui/react-northstar
Version:
A themable React component library.
27 lines (25 loc) • 623 B
JavaScript
exports.__esModule = true;
exports.dropdownSearchInputStyles = void 0;
var dropdownSearchInputStyles = {
root: function root(_ref) {
var v = _ref.variables;
return {
flexBasis: v.comboboxFlexBasis,
flexGrow: 1
};
},
input: function input(_ref2) {
var p = _ref2.props;
return Object.assign({
width: '100%',
backgroundColor: 'transparent',
borderWidth: 0
}, p.inline && {
padding: 0,
lineHeight: 'initial'
});
}
};
exports.dropdownSearchInputStyles = dropdownSearchInputStyles;
//# sourceMappingURL=dropdownSearchInputStyles.js.map
;