dhre-ui-kit 0.0.198 → 0.0.201

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
@@ -187,7 +187,7 @@ const theme = {
187
187
  },
188
188
  [Theme.BORDER_PRIMARY]: {
189
189
  light: "#686868",
190
- dark: "#404040"
190
+ dark: "#A7A7A7"
191
191
  },
192
192
  [Theme.BORDER_SECONDRY]: {
193
193
  light: "#A7A7A7",
@@ -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,