-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels

