From edd3577ec15a17418b3d8ccf9019d52004e63182 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 3 Feb 2026 09:36:53 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- Sources/Bedrock/Views/Settings/LicensesView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)