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.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.js
CHANGED
|
@@ -220,7 +220,7 @@ const theme = {
|
|
|
220
220
|
},
|
|
221
221
|
[Theme.BORDER_PRIMARY]: {
|
|
222
222
|
light: "#686868",
|
|
223
|
-
dark: "#
|
|
223
|
+
dark: "#A7A7A7"
|
|
224
224
|
},
|
|
225
225
|
[Theme.BORDER_SECONDRY]: {
|
|
226
226
|
light: "#A7A7A7",
|
|
@@ -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,
|