fix ui
This commit is contained in:
@@ -28,19 +28,18 @@ export const styles = StyleSheet.create({
|
||||
alignItems: "center",
|
||||
},
|
||||
bindButton: {
|
||||
padding: 10,
|
||||
marginTop: 10,
|
||||
marginBottom: 10,
|
||||
backgroundColor: "#007AFF",
|
||||
borderRadius: 5,
|
||||
width: "90%",
|
||||
height: 55,
|
||||
height: 45,
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
},
|
||||
bindButtonText: {
|
||||
fontSize: 16,
|
||||
fontWeight: "bold",
|
||||
fontSize: 14,
|
||||
// fontWeight: "bold",
|
||||
color: "#fff",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user