Mercurial > public > lazybear
changeset 293:41879e1c9248
Padding bug fixed
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 20 Mar 2021 18:40:17 +0100 |
parents | 121a981846ca |
children | 396d5fd7f0ce |
files | LazyBear/UI/KeyStatsView.swift LazyBear/UI/NewsView.swift |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/LazyBear/UI/KeyStatsView.swift Sat Mar 20 18:29:43 2021 +0100 +++ b/LazyBear/UI/KeyStatsView.swift Sat Mar 20 18:40:17 2021 +0100 @@ -30,7 +30,7 @@ .fontWeight(.semibold) } } - .padding([.leading, .top, .trailing]) + .padding() } .sheet(isPresented: $showingDetail) { KeyStatsDetail(keyStats: keyStats)