I try to fix the button width in swiftUI, but whether the width is pointed in .frame(width: ) or fixed in .fixedSize(horizontal: true, vertical: false)
.frame(width: )
.fixedSize(horizontal: true, vertical: false)