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

Missing some ButtonGroup classes in default tailwind output #172

Closed
discountedcookie opened this issue May 17, 2023 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@discountedcookie
Copy link
Contributor

<UButtonGroup>
  <UButton label="One" color="white" />
  <UButton label="Two" color="white" />
  <UButton label="Three" color="white" />
</UButtonGroup>
Screenshot 2023-05-17 at 14 10 09

Putting these classes somewhere in a file, so tailwind can pick them up, fixes the problem:

  • rounded-l-md
  • rounded-r-md
  • -ml-px
@benjamincanac benjamincanac added the bug Something isn't working label May 17, 2023 — with Volta.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants