Removed an automatic Localizable

This commit is contained in:
Lumaa 2024-01-06 02:50:09 +01:00
parent a62c0304f4
commit 828afc056b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct NoTapAnimationStyle: PrimitiveButtonStyle {
#Preview {
Button {} label: {
Text("Hello world")
Text(String("Hello world"))
}
.buttonStyle(NoTapAnimationStyle())
}