cập nhật icon trong filter

This commit is contained in:
2025-12-08 10:58:12 +07:00
parent 347bd1a7c1
commit 0e1332f433

View File

@@ -80,7 +80,7 @@ export default function ShipDropdown({ value, onChange }: ShipDropdownProps) {
<Text style={[styles.selectorText, themedStyles.selectorText, !value && themedStyles.placeholder]}>
{displayValue}
</Text>
<Ionicons name="chevron-down" size={20} color={colors.textSecondary} />
<Ionicons name="ellipsis-horizontal" size={20} color={colors.textSecondary} />
</TouchableOpacity>
<Modal