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.mjs
CHANGED
|
@@ -4640,9 +4640,9 @@ const PropertyDetails = ({
|
|
|
4640
4640
|
{
|
|
4641
4641
|
style: {
|
|
4642
4642
|
...styles$1.container,
|
|
4643
|
-
...containerStyle,
|
|
4644
4643
|
backgroundColor: theme.SURFACE_SECONDARY,
|
|
4645
|
-
borderColor: theme.BORDER_SEPERATOR_HEADER
|
|
4644
|
+
borderColor: theme.BORDER_SEPERATOR_HEADER,
|
|
4645
|
+
...containerStyle
|
|
4646
4646
|
}
|
|
4647
4647
|
},
|
|
4648
4648
|
React.cloneElement(icon, {
|