@rabex-kit/rabex-ui 0.2.36 → 0.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rabex-ui.cjs.development.js +1 -1
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +1 -1
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
|
@@ -5124,7 +5124,7 @@ var components$9 = {
|
|
|
5124
5124
|
listbox: function listbox(_ref4) {
|
|
5125
5125
|
var theme = _ref4.theme;
|
|
5126
5126
|
return {
|
|
5127
|
-
padding: '8px
|
|
5127
|
+
padding: '8px 8px !important',
|
|
5128
5128
|
borderRadius: '8px !important',
|
|
5129
5129
|
backgroundColor: theme.palette.base[50] + " !important",
|
|
5130
5130
|
gap: '4px !important',
|