experiment(BookmarkRow): tag pills blue fill → neutral systemGray6, secondary text
This commit is contained in:
@@ -63,11 +63,11 @@ struct BookmarkRow: View {
|
|||||||
HStack(spacing: 6) {
|
HStack(spacing: 6) {
|
||||||
ForEach(effectiveTags, id: \.self) { tag in
|
ForEach(effectiveTags, id: \.self) { tag in
|
||||||
Text(tag)
|
Text(tag)
|
||||||
.font(.system(size: 12, weight: .medium))
|
.font(.system(size: 11, weight: .medium))
|
||||||
.foregroundStyle(.blue)
|
.foregroundStyle(.secondary)
|
||||||
.padding(.horizontal, 9)
|
.padding(.horizontal, 8)
|
||||||
.padding(.vertical, 4)
|
.padding(.vertical, 3)
|
||||||
.background(Color.blue.opacity(0.1))
|
.background(Color(.systemGray6))
|
||||||
.clipShape(Capsule())
|
.clipShape(Capsule())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user