diff --git a/src/map/ElementDetailScreen.tsx b/src/map/ElementDetailScreen.tsx index 4fe173b..debd4c1 100644 --- a/src/map/ElementDetailScreen.tsx +++ b/src/map/ElementDetailScreen.tsx @@ -104,7 +104,6 @@ function ModalContents({ ) : null} - {element.name} {element.location?.address ? ( {element.location.address} ) : null} @@ -286,16 +285,11 @@ const makeStyles = (theme: Theme) => }, heroBody: { flex: 1, - }, - title: { - fontSize: 22, - fontWeight: '700', - color: theme.textPrimary, + gap: 6, }, subtitle: { fontSize: 13, color: theme.textSecondary, - marginTop: 4, }, completedTag: { alignSelf: 'flex-start', @@ -303,7 +297,6 @@ const makeStyles = (theme: Theme) => paddingHorizontal: 8, paddingVertical: 3, borderRadius: 10, - marginTop: 8, }, completedTagText: { color: theme.success,