listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit c9e83662081f7131c3275499bab115b367db35ac
parent b29c19ff482498ff27a52d52c2b3797495961379
Author: Michael Camilleri <[email protected]>
Date:   Wed,  4 Mar 2026 00:44:28 +0900

Use subheadline font in About screen

Diffstat:
MListlessiOS/Views/AboutView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ListlessiOS/Views/AboutView.swift b/ListlessiOS/Views/AboutView.swift @@ -29,7 +29,7 @@ struct AboutView: View { .padding(.bottom, 8) Text("Made in Tokyo by Michael Camilleri") - .font(.headline) + .font(.subheadline) .foregroundStyle(.primary) } .frame(maxWidth: .infinity)