|
|
@@ -51,7 +51,7 @@ const styles = StyleSheet.create({
|
|
|
justifyContent: "center",
|
|
|
},
|
|
|
inputContainer: {
|
|
|
- width: "80%",
|
|
|
+ width: "100%",
|
|
|
height: 60,
|
|
|
maxWidth: "100%",
|
|
|
flexDirection: "row",
|
|
|
@@ -88,7 +88,7 @@ const styles = StyleSheet.create({
|
|
|
shadowRadius: 4,
|
|
|
elevation: 5,
|
|
|
},
|
|
|
- closeButton: { color: "#3f4f5c" },
|
|
|
+ closeButton: { color: "#3f4f5c", padding: 20, borderWidth: 1, borderColor: "#bbbbbb", borderRadius: 15 },
|
|
|
});
|
|
|
|
|
|
export default DateModal;
|