a few fixes

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-10-16 12:26:49 -07:00
parent 355b8c5da8
commit 66eefa0ff2
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ struct EventDetailView: View {
switch cev {
case .collapsed(let c):
Text("··· \(c.count) other notes ···")
.padding([.top,.bottom], 10)
.padding([.top,.bottom], 8)
.font(.footnote)
.foregroundColor(.gray)
.onTapGesture {