@rabex-kit/rabex-ui 0.2.34 → 0.2.36
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 +4 -2
- 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 +4 -2
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -3352,7 +3352,7 @@ var RabexTabs = {
|
|
|
3352
3352
|
var modeStyles = mode === 'underline' ? {
|
|
3353
3353
|
'& .MuiTab-root.Mui-selected': {
|
|
3354
3354
|
borderRadius: 4,
|
|
3355
|
-
color: theme.palette.
|
|
3355
|
+
color: theme.palette.primary[500]
|
|
3356
3356
|
},
|
|
3357
3357
|
backgroundColor: 'unset'
|
|
3358
3358
|
} : {
|
|
@@ -5121,7 +5121,8 @@ var components$9 = {
|
|
|
5121
5121
|
},
|
|
5122
5122
|
paper: function paper(_ref3) {
|
|
5123
5123
|
return {
|
|
5124
|
-
borderRadius: '8px !important'
|
|
5124
|
+
borderRadius: '8px !important',
|
|
5125
|
+
margin: '8px 0px !important'
|
|
5125
5126
|
};
|
|
5126
5127
|
},
|
|
5127
5128
|
listbox: function listbox(_ref4) {
|
|
@@ -5144,6 +5145,7 @@ var components$9 = {
|
|
|
5144
5145
|
transition: theme.transitions.create(['background-color', 'transform'], {
|
|
5145
5146
|
duration: theme.transitions.duration.shorter
|
|
5146
5147
|
}),
|
|
5148
|
+
minHeight: '56px !important',
|
|
5147
5149
|
// Hover state - FIXED syntax
|
|
5148
5150
|
'&:hover': {
|
|
5149
5151
|
backgroundColor: theme.palette.base[200] + " !important",
|