diff --git a/Sources/Bedrock/Views/Settings/LicensesView.swift b/Sources/Bedrock/Views/Settings/LicensesView.swift index 7563a08..35a4d3a 100644 --- a/Sources/Bedrock/Views/Settings/LicensesView.swift +++ b/Sources/Bedrock/Views/Settings/LicensesView.swift @@ -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)