change size of tag item on note

This commit is contained in:
ammarahm-ed
2021-12-17 10:29:57 +05:00
parent f00485526a
commit a0a88b5903

View File

@@ -248,7 +248,7 @@ const NoteItem = ({item, isTrash, tags}) => {
<Button <Button
title={'#' + item.alias} title={'#' + item.alias}
key={item.id} key={item.id}
height={20} height={23}
type="gray" type="gray"
textStyle={{ textStyle={{
textDecorationLine: 'underline' textDecorationLine: 'underline'
@@ -257,7 +257,7 @@ const NoteItem = ({item, isTrash, tags}) => {
fontSize={SIZE.xs} fontSize={SIZE.xs}
style={{ style={{
borderRadius: 5, borderRadius: 5,
paddingHorizontal: 2, paddingHorizontal: 6,
marginRight: 4, marginRight: 4,
zIndex: 10, zIndex: 10,
maxWidth: tags.length > 1 ? 130 : null maxWidth: tags.length > 1 ? 130 : null