dhre-ui-kit 0.0.321 → 0.0.322
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 -1
- 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
|
@@ -4881,7 +4881,7 @@ const PropertyDetails = ({
|
|
|
4881
4881
|
hintIcon,
|
|
4882
4882
|
btnIcon,
|
|
4883
4883
|
containerStyle,
|
|
4884
|
-
|
|
4884
|
+
subTitleStyle,
|
|
4885
4885
|
propertyNumberStyle,
|
|
4886
4886
|
onRightIconPress
|
|
4887
4887
|
}) => {
|
|
@@ -4912,7 +4912,7 @@ const PropertyDetails = ({
|
|
|
4912
4912
|
{
|
|
4913
4913
|
text: subTitle,
|
|
4914
4914
|
variant: FontStyle.L1_REGULAR,
|
|
4915
|
-
style: [{ color: theme.CONTENT_PRIMARY },
|
|
4915
|
+
style: [{ color: theme.CONTENT_PRIMARY }, subTitleStyle]
|
|
4916
4916
|
}
|
|
4917
4917
|
), propertyNumber && /* @__PURE__ */ React.createElement(View, { style: [styles$1.propertyNumber, propertyNumberStyle] }, /* @__PURE__ */ React.createElement(
|
|
4918
4918
|
CustomTypography,
|