Skip to content

Commit

Permalink
Update Scroll.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz authored Jul 15, 2024
1 parent 480d8fb commit 3ac0540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pagination/Scroll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ watch(res, (val) => {
>
<button
type="button"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500 justify-center flex gap-1 items-center"
@click="scrollToTop"
>
{{ $t("scrolltop") }} <Icon name="ph:arrow-up-bold" class="self-center text-base" />
Expand Down

0 comments on commit 3ac0540

Please sign in to comment.