Mercurial > public > lazybear
diff LazyBear/Views/Company/Helpers/NewsRow.swift @ 447:8621ba6fd457
Fixes #48
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 23 Jun 2021 10:54:47 +0200 |
parents | ffbb1dbab531 |
children | f71761f166f2 |
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/NewsRow.swift Tue Jun 22 19:57:08 2021 +0200 +++ b/LazyBear/Views/Company/Helpers/NewsRow.swift Wed Jun 23 10:54:47 2021 +0200 @@ -19,12 +19,11 @@ .opacity(0.5) Text(new.headline.capitalized) - .font(.callout) + .font(.headline) .fontWeight(.semibold) .fixedSize(horizontal: false, vertical: true) /// I need to add this to make lineLimit works correctly .lineLimit(3) } -// .padding(.horizontal, 5) Spacer()