Skip to content

Commit

Permalink
#228 Defined buttons on Pagination as type="button"
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Beceic authored and jtomic-croz committed Mar 26, 2024
1 parent ae78009 commit 3aeb6e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/core/src/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function Pager({
<div>
<ButtonGroups>
<ButtonGroups.IconButton
type="button"
variant="filled"
color="gray"
size={displayType === "DESKTOP" ? "md" : "sm"}
Expand All @@ -273,6 +274,7 @@ function Pager({
if (value === "dots") {
return (
<ButtonGroups.Button
type="button"
key={key}
variant="filled"
color="gray"
Expand All @@ -287,6 +289,7 @@ function Pager({

return (
<ButtonGroups.Button
type="button"
key={key}
variant="filled"
color="gray"
Expand All @@ -300,6 +303,7 @@ function Pager({
})}

<ButtonGroups.IconButton
type="button"
variant="filled"
color="gray"
size={displayType === "DESKTOP" ? "md" : "sm"}
Expand Down

0 comments on commit 3aeb6e1

Please sign in to comment.