@rabex-kit/rabex-ui 0.2.32 → 0.2.34
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
|
@@ -5136,7 +5136,7 @@ var components$9 = {
|
|
|
5136
5136
|
return {
|
|
5137
5137
|
backgroundColor: 'transparent !important',
|
|
5138
5138
|
borderRadius: '8px !important',
|
|
5139
|
-
padding: '
|
|
5139
|
+
padding: '12px 8px !important',
|
|
5140
5140
|
transition: theme.transitions.create(['background-color', 'transform'], {
|
|
5141
5141
|
duration: theme.transitions.duration.shorter
|
|
5142
5142
|
}),
|