update login, modal detail in tripInfo

This commit is contained in:
2025-11-01 19:47:45 +07:00
parent eea1482a88
commit 52d2f0f78b
11 changed files with 674 additions and 22 deletions

View File

@@ -108,14 +108,6 @@ export default function LoginScreen() {
<ThemedText type="title" style={styles.title}>
Hệ thống giám sát tàu
</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",