mantine-react-table version
2.0.0-beta.6
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
If you apply a custom Mantine theme that overrides the scale field you'll observe that the toolbars in the Mantine table do not have the proper min-height.
The min-height for toolbars is hardcoded to 3.5 rem (see code), but it should dynamically scale based on the Mantine theme scale, see example.
Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/sandbox/simple-mantine-react-table-forked-3fsjkp?file=%2Fsrc%2FApp.js
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
mantine-react-table version
2.0.0-beta.6
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
If you apply a custom Mantine theme that overrides the
scalefield you'll observe that the toolbars in the Mantine table do not have the proper min-height.The min-height for toolbars is hardcoded to
3.5 rem(see code), but it should dynamically scale based on the Mantine theme scale, see example.Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/sandbox/simple-mantine-react-table-forked-3fsjkp?file=%2Fsrc%2FApp.js
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms