dhre-ui-kit 0.0.182 → 0.0.183
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 +6 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2110,7 +2110,10 @@ const styles$j = StyleSheet.create({
|
|
|
2110
2110
|
input: {
|
|
2111
2111
|
flex: 1,
|
|
2112
2112
|
...FONT_STYLES.L1_REGULAR,
|
|
2113
|
-
color: "#fff"
|
|
2113
|
+
color: "#fff",
|
|
2114
|
+
textAlignVertical: "center",
|
|
2115
|
+
paddingVertical: 0,
|
|
2116
|
+
paddingBottom: 2
|
|
2114
2117
|
},
|
|
2115
2118
|
crossIconStyle: { marginLeft: horizontalScale(8) },
|
|
2116
2119
|
searchIconStyle: { marginRight: horizontalScale(8) }
|
|
@@ -2700,8 +2703,8 @@ var ContactModel = withThemeProvider(ContactModal);
|
|
|
2700
2703
|
|
|
2701
2704
|
const styles$c = StyleSheet.create({
|
|
2702
2705
|
applyButton: {
|
|
2703
|
-
marginTop: verticalScale(
|
|
2704
|
-
paddingVertical: verticalScale(
|
|
2706
|
+
marginTop: verticalScale(50),
|
|
2707
|
+
paddingVertical: verticalScale(14),
|
|
2705
2708
|
justifyContent: "center",
|
|
2706
2709
|
alignItems: "center",
|
|
2707
2710
|
borderRadius: moderateScale(25)
|