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

bug: v4 pagination is broken #2504

Closed
lidarbtc opened this issue Nov 13, 2023 · 0 comments
Closed

bug: v4 pagination is broken #2504

lidarbtc opened this issue Nov 13, 2023 · 0 comments

Comments

@lidarbtc
Copy link

What version of daisyUI are you using?

v4.0.3

Which browsers are you seeing the problem on?

Chrome, Safari, Safari iOS, Firefox

Reproduction URL

https://play.tailwindcss.com/VaRd1ihsiB

Describe your issue

<div class="join">
  <button class="join-item btn">1</button>
  <button class="join-item btn btn-active">2</button> <-- Bug!
  <button class="join-item btn">3</button>
  <button class="join-item btn">4</button>
</div>

In default pagination code, btn-active class make button got outline.

스크린샷 2023-11-13 오후 1 08 24 스크린샷 2023-11-13 오후 1 09 13
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