Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
176830f712
commit
edd3577ec1
@ -75,7 +75,7 @@ public struct LicensesView: View {
|
||||
private func licenseCard(_ license: License) -> some View {
|
||||
SettingsCard(backgroundColor: cardBackgroundColor, borderColor: cardBorderColor) {
|
||||
VStack(alignment: .leading, spacing: Design.Spacing.small) {
|
||||
Text(license.name).styled(.bodyEmphasis, emphasis: .inverse)
|
||||
Text(license.name).styled(.bodyEmphasis, emphasis: .primary)
|
||||
|
||||
Text(license.description).styled(.caption, emphasis: .secondary)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user