@rabex-kit/rabex-ui 0.1.3 → 0.1.4

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.
@@ -7,8 +7,6 @@ declare const _default: {
7
7
  }) => {
8
8
  width: string;
9
9
  margin: string;
10
- borderRadius: string;
11
- backgroundColor: string;
12
10
  '&.Mui-selected': {
13
11
  backgroundColor: string;
14
12
  };
@@ -4118,8 +4118,8 @@ var RabexMenuItem = {
4118
4118
  return {
4119
4119
  width: '97%',
4120
4120
  margin: 'auto',
4121
- borderRadius: '6px',
4122
- backgroundColor: theme.palette.secondary.main,
4121
+ // borderRadius: '6px',
4122
+ // backgroundColor: theme.palette.secondary.main,
4123
4123
  '&.Mui-selected': {
4124
4124
  backgroundColor: theme.palette.secondary.main
4125
4125
  },
@@ -4517,7 +4517,7 @@ var components$6 = {
4517
4517
  border: 0
4518
4518
  },
4519
4519
  '& > div.MuiInputBase-root': {
4520
- borderRadius: '6px',
4520
+ borderRadius: '8px',
4521
4521
  gap: spacing(1),
4522
4522
  transition: 'all 0.2s',
4523
4523
  padding: spacing(2.5, 3),
@@ -4528,7 +4528,7 @@ var components$6 = {
4528
4528
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4529
4529
  },
4530
4530
  '&.Mui-focused': {
4531
- border: isLight ? "1px dashed " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4531
+ border: isLight ? "1px solid " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4532
4532
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4533
4533
  },
4534
4534
  '&.Mui-error': {