change delet icon color to red.

This commit is contained in:
ammarahm-ed
2020-03-02 15:10:49 +05:00
parent 868bccfbff
commit bbc2d5ea78

View File

@@ -439,7 +439,7 @@ export const ActionSheetComponent = ({
}}
name={rowItem.icon}
size={DDS.isTab ? SIZE.xl : SIZE.lg}
color={colors.accent}
color={rowItem.name === 'Delete' ? colors.errorText : colors.accent}
/>
<Text