ui cleanup

This commit is contained in:
neon443
2025-06-14 18:53:34 +01:00
parent 22af9fc060
commit a40d4f4300
5 changed files with 38 additions and 39 deletions

View File

@@ -32,6 +32,7 @@ struct glassButton: ViewModifier {
} else {
content.buttonStyle(.borderedProminent)
.clipShape(RoundedRectangle(cornerRadius: 15))
.tint(.two)
}
}
}