Skip to content

Weird Spacing #3

@Mcrich23

Description

@Mcrich23

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()
  }

Simulator Screen Shot - iPhone 14 Pro - 2023-03-21 at 10 48 56

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

Simulator Screen Shot - iPhone 14 Pro - 2023-03-21 at 10 50 03

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions