Fix overflow in installed profile name

This commit is contained in:
Davide 2024-10-28 21:31:48 +01:00
parent b574dd68f1
commit 6f64edc95b
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ private extension InstalledProfileView {
var nameView: some View {
Text(profile?.name ?? Strings.Views.Profiles.Rows.notInstalled)
.fixedSize()
.font(.title2)
.fontWeight(theme.relevantWeight)
.themeTruncating(.tail)