Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-02-03 09:36:53 -06:00
parent 176830f712
commit edd3577ec1

View File

@ -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)