@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.
|
@@ -2600,7 +2600,7 @@ var FieldContent = function FieldContent(_ref) {
|
|
|
2600
2600
|
transition: "padding 0.2s ease",
|
|
2601
2601
|
justifyContent: "space-between",
|
|
2602
2602
|
fontSize: appStudio.Typography.fontSizes[size],
|
|
2603
|
-
filter
|
|
2603
|
+
// filter={isHovered ? 'brightness(1)':'brightness(0.97)'}
|
|
2604
2604
|
cursor: isDisabled ? 'not-allowed' : isReadOnly ? 'auto' : 'pointer'
|
|
2605
2605
|
}, isWithLabel ? PadddingWithLabel : PaddingWithoutLabel, shadow, Shapes[shape], InputVariants[variant], styles['box'], props), children);
|
|
2606
2606
|
};
|