fix remove button ui

This commit is contained in:
ammarahm-ed
2021-06-03 12:03:56 +05:00
parent 31b0270aa1
commit a09514ce39

View File

@@ -453,7 +453,8 @@ const MoveNoteComponent = ({close, note, setNote}) => {
onPress={() => handlePress(item, index)}
title="Remove note"
type="error"
height={22}
height={25}
fontSize={SIZE.sm}
style={{
margin: 1,
marginRight: 5,