搜索页面样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user