dhre-ui-kit 0.0.290 → 0.0.291
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 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3455,16 +3455,14 @@ const styles$9 = StyleSheet.create({
|
|
|
3455
3455
|
backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
|
|
3456
3456
|
paddingVertical: 0,
|
|
3457
3457
|
height: verticalScale(48),
|
|
3458
|
-
justifyContent: "center"
|
|
3459
|
-
fontSize: moderateScale(16)
|
|
3458
|
+
justifyContent: "center"
|
|
3460
3459
|
},
|
|
3461
3460
|
errorInput: {
|
|
3462
3461
|
marginTop: verticalScale(12),
|
|
3463
3462
|
backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
|
|
3464
3463
|
paddingVertical: 0,
|
|
3465
3464
|
height: verticalScale(48),
|
|
3466
|
-
justifyContent: "center"
|
|
3467
|
-
fontSize: moderateScale(16)
|
|
3465
|
+
justifyContent: "center"
|
|
3468
3466
|
},
|
|
3469
3467
|
multilineInput: {
|
|
3470
3468
|
height: verticalScale(100),
|