change list item ui

This commit is contained in:
ammarahm-ed
2021-02-08 13:53:04 +05:00
parent 61c71bce7c
commit 86da5b0d58

View File

@@ -45,7 +45,7 @@ const ToolbarListFormat = ({selected, formatValue, format}) => {
color: selected ? colors.accent: colors.pri,
}}
size={6}
name="check-box-outline"
name="checkbox-marked"
/>
) : (
<View
@@ -69,7 +69,7 @@ const ToolbarListFormat = ({selected, formatValue, format}) => {
style={{
width: 20,
height: 3,
backgroundColor: selected ? colors.pri : colors.nav,
backgroundColor: selected ? colors.accent : colors.pri,
}}
/>
</View>