@rabex-kit/rabex-ui 0.2.35 → 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.
@@ -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.mode === 'light' ? theme.palette.textColor.A60 : theme.palette.textColor.A0
3355
+ color: theme.palette.primary[500]
3356
3356
  },
3357
3357
  backgroundColor: 'unset'
3358
3358
  } : {