@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
@@ -3143,7 +3143,11 @@ var RabexTabs = {
|
|
3143
3143
|
var baseStyles = {
|
3144
3144
|
borderRadius: 8,
|
3145
3145
|
minHeight: 'unset',
|
3146
|
-
color: theme.palette.base.A10
|
3146
|
+
color: theme.palette.base.A10,
|
3147
|
+
/// remove the separation border
|
3148
|
+
'& .MuiTab-root::after': {
|
3149
|
+
display: 'none'
|
3150
|
+
}
|
3147
3151
|
};
|
3148
3152
|
// Mode-specific styles
|
3149
3153
|
var modeStyles = mode === 'underline' ? {
|