dhre-ui-kit 0.0.216 → 0.0.217
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/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -4674,9 +4674,9 @@ const PropertyDetails = ({
|
|
|
4674
4674
|
{
|
|
4675
4675
|
style: {
|
|
4676
4676
|
...styles$1.container,
|
|
4677
|
-
...containerStyle,
|
|
4678
4677
|
backgroundColor: theme.SURFACE_SECONDARY,
|
|
4679
|
-
borderColor: theme.BORDER_SEPERATOR_HEADER
|
|
4678
|
+
borderColor: theme.BORDER_SEPERATOR_HEADER,
|
|
4679
|
+
...containerStyle
|
|
4680
4680
|
}
|
|
4681
4681
|
},
|
|
4682
4682
|
React__default["default"].cloneElement(icon, {
|