搜索页面样式

This commit is contained in:
xianyi
2026-01-13 11:10:07 +08:00
parent b06c7027a0
commit fbdc06b3be
5 changed files with 1146 additions and 3 deletions

View File

@@ -25,9 +25,7 @@ export function HomeHeader() {
<ThemedView style={styles.actions}>
<TouchableOpacity
style={styles.iconButton}
onPress={() => {
/* TODO: Search Action */
}}
onPress={() => router.push("/search")}
>
<IconSymbol name="search" size={24} color={iconColor} />
</TouchableOpacity>