Skip to content

Commit

Permalink
Fix button theme mismatching interface issue. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack251970 authored May 14, 2023
1 parent ec3e74a commit 1a9122b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pdfreader/PDFToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
</div>
<q-btn
dense
flat
:ripple="false"
icon="zoom_in"
@click="$emit('changeScale', { delta: 0.1 })"
Expand Down Expand Up @@ -190,7 +191,7 @@
:ripple="false"
icon="fullscreen"
size="0.9rem"
padding="xs"
padding="none"
@click="requestFullscreen"
>
<q-tooltip>{{ $t("enter-full-screen") }}</q-tooltip>
Expand Down

0 comments on commit 1a9122b

Please sign in to comment.