AxisTooltip
AxisTooltip copied to clipboard
Weird Spacing
When applying the tooltip without overriding the height, there's weird spacing, please fix!:
createPartyButton
.axisToolTip(isPresented: $viewModel.howTo, alignment: .center, constant: viewModel.leadingTooltipConfig) {
Text("Create\na Party")
.padding()
}

createPartyButton
.axisToolTip(isPresented: $viewModel.howTo, alignment: .center, constant: viewModel.leadingTooltipConfig) {
Text("Create\na Party")
.padding()
}
.frame(height: 50)
