@steedos-widgets/amis-object 1.0.30 → 1.0.32

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.
@@ -45,7 +45,10 @@
45
45
  --Nav-Item-maxWidth--tabs: 200px;
46
46
  --Crud-toolbar-gap: 2px;
47
47
  --DropDown-caret-marginLeft: 0;
48
- --Layout-light-backgroundColor: transparent;
48
+ }
49
+
50
+ .steedos-header-container .antd-Nav-Menu {
51
+ --Menu-light-backgroundColor: transparent;
49
52
  }
50
53
 
51
54
  fieldset.antd-Collapse {
@@ -437,6 +440,12 @@ body {
437
440
  .min-w-\[300px\] {
438
441
  min-width: 300px
439
442
  }
443
+ .min-w-\[200px\] {
444
+ min-width: 200px
445
+ }
446
+ .min-w-\[388px\] {
447
+ min-width: 388px
448
+ }
440
449
  .max-w-md {
441
450
  max-width: 28rem
442
451
  }