mobile: fix add button color in dark mode

This commit is contained in:
ammarahm-ed
2023-03-23 23:38:53 +05:00
committed by Abdullah Atta
parent 7fc58a3fa5
commit 42470d1d67

View File

@@ -238,7 +238,7 @@ export const ListItem = ({
<IconButton
name={"plus"}
testID="add-item-icon"
color={colors}
color={colors.pri}
size={SIZE.xl}
onPress={() => {
onAddSublistItem(item);