Button("Animate") {
   withAnimation(.linear) {
      boxScale = 2
   }
}.buttonStyle(.glassProminent)