Skip to content

Commit

Permalink
fix: margin of arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
BastinJafari committed Sep 10, 2021
1 parent 278586d commit 9d64973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/showcases/src/components/common/PdfViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PageButton = ({
<div
className={`${next ? "" : "ml-auto"} ${
canAct ? "" : "opacity-40"
} h-6 w-6 bg-white bg-opacity-80 shadow-md p-1 rounded-full transition-all duration-200 cursor-pointer`}
} h-6 w-6 bg-white bg-opacity-80 shadow-md p-1 mx-3 rounded-full transition-all duration-200 cursor-pointer`}
onClick={canAct ? action : undefined}
>
{next ? <ArrowRightIcon/> : <ArrowLeftIcon/>}
Expand Down

0 comments on commit 9d64973

Please sign in to comment.