dhre-ui-kit 0.0.181 → 0.0.182
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 +3 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3261,7 +3261,8 @@ const CommonTextInput = (props) => {
|
|
|
3261
3261
|
keyboardType,
|
|
3262
3262
|
theme: {
|
|
3263
3263
|
colors: {
|
|
3264
|
-
|
|
3264
|
+
error: errorMessage?.length ? DHRE_DEFAULT.DH_SEMENTIC_ERROR : DHRE_COLORS_TEXT.DH_BLACK,
|
|
3265
|
+
primary: labelColor ? errorMessage?.length ? DHRE_DEFAULT.DH_SEMENTIC_ERROR : labelColor : DHRE_COLORS_TEXT.DH_BLACK
|
|
3265
3266
|
}
|
|
3266
3267
|
},
|
|
3267
3268
|
style: [
|
|
@@ -3321,7 +3322,7 @@ const styles$8 = StyleSheet.create({
|
|
|
3321
3322
|
justifyContent: "center"
|
|
3322
3323
|
},
|
|
3323
3324
|
multilineInput: {
|
|
3324
|
-
|
|
3325
|
+
height: verticalScale(100),
|
|
3325
3326
|
// Increased height for multiline
|
|
3326
3327
|
paddingVertical: verticalScale(8)
|
|
3327
3328
|
},
|