diff --git a/apps/mobile/app/components/properties/items.js b/apps/mobile/app/components/properties/items.js index bec18e87a..972021c17 100644 --- a/apps/mobile/app/components/properties/items.js +++ b/apps/mobile/app/components/properties/items.js @@ -73,7 +73,7 @@ export const Items = ({ item, buttons, close }) => { { }} showsHorizontalScrollIndicator={false} contentContainerStyle={{ - gap: 10, - paddingRight: 25 + paddingRight: 25, + gap: 5 }} > {topBarItems.map(renderTopBarItem)} diff --git a/apps/mobile/app/components/properties/tags.js b/apps/mobile/app/components/properties/tags.js index 2343d7f1a..d9bd50c85 100644 --- a/apps/mobile/app/components/properties/tags.js +++ b/apps/mobile/app/components/properties/tags.js @@ -119,7 +119,6 @@ const TagItem = ({ tag, close }) => { fontSize={SIZE.xs} style={style} textStyle={{ - textDecorationLine: "underline", color: colors.secondary.paragraph }} />