Skip to content

Commit

Permalink
Make page button text smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kochrt committed Mar 27, 2023
1 parent 5682d08 commit 59e6e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drawer/PageButtons/PageButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const events = computed(() => {
></path>
</svg>
</button>
<h3 v-if="pageTitle" class="px-2 text-sm lg:text-base">
<h3 v-if="pageTitle" class="px-2 text-sm">
{{ pageTitle }}
</h3>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/Drawer/PageButtons/PageButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const moving = (pageIndex: number, translationAmount: number) => {
>
<svg
xmlns="http:https://www.w3.org/2000/svg"
class="h-6 w-6"
class="h-5 w-5"
viewBox="0 0 20 20"
fill="currentColor"
>
Expand Down

0 comments on commit 59e6e7b

Please sign in to comment.