cập nhật icon trong filter
This commit is contained in:
@@ -80,7 +80,7 @@ export default function ShipDropdown({ value, onChange }: ShipDropdownProps) {
|
|||||||
<Text style={[styles.selectorText, themedStyles.selectorText, !value && themedStyles.placeholder]}>
|
<Text style={[styles.selectorText, themedStyles.selectorText, !value && themedStyles.placeholder]}>
|
||||||
{displayValue}
|
{displayValue}
|
||||||
</Text>
|
</Text>
|
||||||
<Ionicons name="chevron-down" size={20} color={colors.textSecondary} />
|
<Ionicons name="ellipsis-horizontal" size={20} color={colors.textSecondary} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
|
||||||
<Modal
|
<Modal
|
||||||
|
|||||||
Reference in New Issue
Block a user