@rabex-kit/rabex-ui 0.2.37 → 0.2.38
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
|
@@ -5131,7 +5131,7 @@ var components$9 = {
|
|
|
5131
5131
|
padding: '8px 8px !important',
|
|
5132
5132
|
borderRadius: '8px !important',
|
|
5133
5133
|
backgroundColor: theme.palette.base[50] + " !important",
|
|
5134
|
-
gap: '
|
|
5134
|
+
gap: '8px !important',
|
|
5135
5135
|
display: 'flex',
|
|
5136
5136
|
flexDirection: 'column'
|
|
5137
5137
|
};
|