dhre-ui-kit 0.0.177 → 0.0.178
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.d.ts +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -4483,6 +4483,7 @@ const PropertyDetails = ({
|
|
|
4483
4483
|
propertyNumber,
|
|
4484
4484
|
hintIcon,
|
|
4485
4485
|
btnIcon,
|
|
4486
|
+
containerStyle,
|
|
4486
4487
|
onRightIconPress
|
|
4487
4488
|
}) => {
|
|
4488
4489
|
const { theme } = useTheme();
|
|
@@ -4491,6 +4492,7 @@ const PropertyDetails = ({
|
|
|
4491
4492
|
{
|
|
4492
4493
|
style: {
|
|
4493
4494
|
...styles.container,
|
|
4495
|
+
...containerStyle,
|
|
4494
4496
|
backgroundColor: theme.SURFACE_SECONDARY,
|
|
4495
4497
|
borderColor: theme.BORDER_SEPERATOR_HEADER
|
|
4496
4498
|
}
|