experiment(BookmarkRow): AI summary 15pt → 14pt italic for editorial reading-app feel
This commit is contained in:
@@ -52,7 +52,8 @@ struct BookmarkRow: View {
|
|||||||
|
|
||||||
if let summary = bookmark.aiSummary {
|
if let summary = bookmark.aiSummary {
|
||||||
Text(summary)
|
Text(summary)
|
||||||
.font(.system(size: 15))
|
.font(.system(size: 14))
|
||||||
|
.italic()
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
.lineLimit(2)
|
.lineLimit(2)
|
||||||
.padding(.leading, 44)
|
.padding(.leading, 44)
|
||||||
|
|||||||
Reference in New Issue
Block a user