@rabex-kit/rabex-ui 0.2.44 → 0.2.45

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.
@@ -3394,7 +3394,7 @@ var RabexTabs = {
3394
3394
  marginBottom: theme.spacing(2)
3395
3395
  },
3396
3396
  height: theme.spacing(8),
3397
- borderRadius: theme.spacing(2)
3397
+ borderRadius: theme.spacing(0)
3398
3398
  },
3399
3399
  md: {
3400
3400
  '& .MuiTabs-fixed': {
@@ -3405,7 +3405,7 @@ var RabexTabs = {
3405
3405
  marginBottom: theme.spacing(2)
3406
3406
  },
3407
3407
  height: theme.spacing(10),
3408
- borderRadius: theme.spacing(2)
3408
+ borderRadius: theme.spacing(0)
3409
3409
  },
3410
3410
  lg: {
3411
3411
  '& .MuiTabs-fixed': {
@@ -3416,7 +3416,7 @@ var RabexTabs = {
3416
3416
  marginBottom: theme.spacing(3)
3417
3417
  },
3418
3418
  height: theme.spacing(12),
3419
- borderRadius: theme.spacing(3)
3419
+ borderRadius: theme.spacing(0)
3420
3420
  }
3421
3421
  } : {
3422
3422
  sm: {