@app-studio/web 0.3.13 → 0.3.15

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/web.esm.js CHANGED
@@ -2593,7 +2593,7 @@ var FieldContent = function FieldContent(_ref) {
2593
2593
  transition: "padding 0.2s ease",
2594
2594
  justifyContent: "space-between",
2595
2595
  fontSize: Typography.fontSizes[size],
2596
- filter: isHovered ? 'brightness(0.97)' : 'brightness(1)',
2596
+ // filter={isHovered ? 'brightness(1)':'brightness(0.97)'}
2597
2597
  cursor: isDisabled ? 'not-allowed' : isReadOnly ? 'auto' : 'pointer'
2598
2598
  }, isWithLabel ? PadddingWithLabel : PaddingWithoutLabel, shadow, Shapes[shape], InputVariants[variant], styles['box'], props), children);
2599
2599
  };