mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
change size of tag item on note
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user