dhre-ui-kit 0.0.198 → 0.0.199

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.mjs CHANGED
@@ -3132,7 +3132,7 @@ const FeedbackForm = ({
3132
3132
  {
3133
3133
  text: leftBtnTxt,
3134
3134
  variant: FontStyle.L1_REGULAR,
3135
- textColor: Theme.CONTENT_PRIMARY
3135
+ textColor: feedback?.length < 1 ? Theme.CONTENT_SECONDRY : Theme.CONTENT_PRIMARY
3136
3136
  }
3137
3137
  )), /* @__PURE__ */ React.createElement(Pressable, { style: styles.cancelButton, onPress: clearAllData }, /* @__PURE__ */ React.createElement(
3138
3138
  CustomText$1,