Removed an automatic Localizable
This commit is contained in:
parent
a62c0304f4
commit
828afc056b
|
@ -39,7 +39,7 @@ struct NoTapAnimationStyle: PrimitiveButtonStyle {
|
|||
|
||||
#Preview {
|
||||
Button {} label: {
|
||||
Text("Hello world")
|
||||
Text(String("Hello world"))
|
||||
}
|
||||
.buttonStyle(NoTapAnimationStyle())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue