mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
mobile: fix add button color in dark mode
This commit is contained in:
committed by
Abdullah Atta
parent
7fc58a3fa5
commit
42470d1d67
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user