mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
change list item ui
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user