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.js CHANGED
@@ -3165,7 +3165,7 @@ const FeedbackForm = ({
3165
3165
  {
3166
3166
  text: leftBtnTxt,
3167
3167
  variant: FontStyle.L1_REGULAR,
3168
- textColor: Theme.CONTENT_PRIMARY
3168
+ textColor: feedback?.length < 1 ? Theme.CONTENT_SECONDRY : Theme.CONTENT_PRIMARY
3169
3169
  }
3170
3170
  )), /* @__PURE__ */ React__default["default"].createElement(reactNative.Pressable, { style: styles.cancelButton, onPress: clearAllData }, /* @__PURE__ */ React__default["default"].createElement(
3171
3171
  CustomText$1,