@rabex-kit/rabex-ui 0.1.34 → 0.1.35
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 +5 -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 +5 -1
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
@@ -3138,7 +3138,11 @@ var RabexTabs = {
|
|
3138
3138
|
var baseStyles = {
|
3139
3139
|
borderRadius: 8,
|
3140
3140
|
minHeight: 'unset',
|
3141
|
-
color: theme.palette.base.A10
|
3141
|
+
color: theme.palette.base.A10,
|
3142
|
+
/// remove the separation border
|
3143
|
+
'& .MuiTab-root::after': {
|
3144
|
+
display: 'none'
|
3145
|
+
}
|
3142
3146
|
};
|
3143
3147
|
// Mode-specific styles
|
3144
3148
|
var modeStyles = mode === 'underline' ? {
|