fix(settings): style Coming Soon as a capsule badge instead of plain text
This commit is contained in:
@@ -59,8 +59,11 @@ struct SettingsSidebarList: View {
|
|||||||
// the category is still `!isImplemented`.
|
// the category is still `!isImplemented`.
|
||||||
if sections.allSatisfy({ !$0.isImplemented }) {
|
if sections.allSatisfy({ !$0.isImplemented }) {
|
||||||
Text("Coming Soon")
|
Text("Coming Soon")
|
||||||
.font(.caption2.weight(.medium))
|
.font(.system(size: 9, weight: .semibold))
|
||||||
.foregroundStyle(.tertiary)
|
.foregroundStyle(.secondary)
|
||||||
|
.padding(.horizontal, 6)
|
||||||
|
.padding(.vertical, 2)
|
||||||
|
.background(.secondary.opacity(0.15), in: Capsule())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user