Merge pull request #4143 from pierreeurope/fix/theater-mode-button-visibility

fix: make theater mode toggle button visible on light theme
This commit is contained in:
Kavin
2026-03-26 13:06:37 +05:30
committed by GitHub

View File

@@ -37,7 +37,7 @@
<button
v-if="!isMobile"
:class="theaterMode ? '-ml-5' : '-mr-5'"
class="z-10"
class="z-10 text-white"
@click="
theaterMode = !theaterMode;
setPreference('theaterMode', theaterMode);