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