dhre-ui-kit 2.0.9 → 2.0.10
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 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -7598,6 +7598,7 @@ const ScrollableList = ({
|
|
|
7598
7598
|
defaultItemTextColor = "CONTENT_SECONDRY",
|
|
7599
7599
|
activeTab,
|
|
7600
7600
|
errorStyle,
|
|
7601
|
+
errorTextStyle,
|
|
7601
7602
|
activeTextStyle,
|
|
7602
7603
|
enableTextWrap
|
|
7603
7604
|
}) => {
|
|
@@ -7648,7 +7649,7 @@ const ScrollableList = ({
|
|
|
7648
7649
|
text: item?.errorText,
|
|
7649
7650
|
variant: FontStyle.L2_REGULAR,
|
|
7650
7651
|
textColor: Theme.CONTENT_PRIMARY,
|
|
7651
|
-
style: styles.errorTextStyle
|
|
7652
|
+
style: [styles.errorTextStyle, errorTextStyle]
|
|
7652
7653
|
}
|
|
7653
7654
|
) : "") : null
|
|
7654
7655
|
))
|