Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird Spacing #3

Open
Mcrich23 opened this issue Mar 21, 2023 · 1 comment
Open

Weird Spacing #3

Mcrich23 opened this issue Mar 21, 2023 · 1 comment

Comments

@Mcrich23
Copy link

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

@Mcrich23
Copy link
Author

@jasudev Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant