Skip to content

Commit

Permalink
hide light/dark button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Nov 2, 2023
1 parent 366e47b commit ccfb630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RouterView class="max-h-screen overflow-hidden" />

<Button
class="absolute bottom-2 right-2 flex h-12 w-12 items-center justify-center text-center"
class="absolute bottom-2 right-2 flex h-12 w-12 items-center justify-center text-center print:hidden"
@click="store().changeUseDarkMode()"
>
<FontAwesomeIcon
Expand Down

0 comments on commit ccfb630

Please sign in to comment.