react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Support : using "middle" size for Ant components
Ant supports 3 sizes : small, middle and large. As of now ,the renderSize config settings takes either "small" or "large" as options, and surprisingly, if I dont pass renderSize, it renders Ant components as small size instead of expected middle size.
How do I configure the settings to render "middle" size for Ant components ?