Fixed dark theme for heart icons and stash scene previews.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 23:20:07 +01:00
parent 67f22a6e08
commit 819d53fc2b
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
<template>
<label class="toggle-container noselect">
<label
class="toggle-container noselect"
:class="{ light: $store.state.ui.theme === 'dark' }"
>
<input
:id="`toggle-${id}`"
:checked="checked"