Refine Mail thread layout for clearer grouping and tighter spacing

This commit is contained in:
2026-04-19 20:16:51 +02:00
parent 7631380215
commit 0c3e5d772c
2 changed files with 233 additions and 126 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ struct LaneChip: View {
}
.font(.caption2.weight(.semibold))
.padding(.horizontal, 9)
.padding(.vertical, 5)
.padding(.vertical, 3)
.background(lane.color.opacity(0.14), in: RoundedRectangle(cornerRadius: SIO.chipRadius, style: .continuous))
.foregroundStyle(lane.color)
}