Skip to content

Commit

Permalink
Fix cookie banner button being non responsive (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin0h authored Dec 5, 2024
1 parent 75a6fab commit d9bb9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-days-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gitbook': patch
---

Fix an issue with the cookie banner buttons being non responsive
1 change: 0 additions & 1 deletion packages/gitbook/src/components/primitives/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type ButtonProps = {

export function Button({
href,
onClick,
children,
variant = 'primary',
size = 'default',
Expand Down

0 comments on commit d9bb9f9

Please sign in to comment.