update login, modal detail in tripInfo
This commit is contained in:
@@ -108,14 +108,6 @@ export default function LoginScreen() {
|
||||
<ThemedText type="title" style={styles.title}>
|
||||
Hệ thống giám sát tàu cá
|
||||
</ThemedText>
|
||||
{/* Owner Logo */}
|
||||
<View style={styles.ownerContainer}>
|
||||
<Image
|
||||
source={require("@/assets/images/owner.png")}
|
||||
style={styles.ownerLogo}
|
||||
resizeMode="contain"
|
||||
/>
|
||||
</View>
|
||||
<ThemedText style={styles.subtitle}>
|
||||
Đăng nhập để tiếp tục
|
||||
</ThemedText>
|
||||
@@ -263,13 +255,6 @@ const styles = StyleSheet.create({
|
||||
color: "#007AFF",
|
||||
fontWeight: "600",
|
||||
},
|
||||
ownerContainer: {
|
||||
alignItems: "center",
|
||||
},
|
||||
ownerLogo: {
|
||||
width: 150,
|
||||
height: 50,
|
||||
},
|
||||
copyrightContainer: {
|
||||
marginTop: 20,
|
||||
alignItems: "center",
|
||||
|
||||
Reference in New Issue
Block a user