More UI Changes? Not sure why they didn't go previously

This commit is contained in:
2026-03-20 02:06:19 -05:00
parent efec14139c
commit 2110c13ea1
24 changed files with 1688 additions and 70 deletions

View File

@@ -13,7 +13,7 @@ struct DashboardView: View {
ProfileView()
}
}
.tint(Color("Brand/BrandPrimary"))
.tint(Color(.brandPrimary))
}
}