gemenon

[ACTIVE] The Safari of the Gemini ecosystem
git clone git://git.figbert.com/gemenon.git
Log | Files | Refs

commit 03a8705ada05ab64eee767c4f3cbbed54c8c3d17
parent 8f3ad50a78acc86e82a92e5e876f8a50b8f3fcbb
Author: FIGBERT <figbert@figbert.com>
Date:   Thu, 15 Sep 2022 16:44:01 -0700

Set text font size

Diffstat:
MShared/CapsuleView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Shared/CapsuleView.swift b/Shared/CapsuleView.swift @@ -34,6 +34,7 @@ struct CapsuleView: View { switch line { case .Text(let str): Text(str) + .font(.system(size: 17)) case .Link(let url, let str): if url.scheme == "gemini" { Link(destination: url) {