Fixed dark theme for heart icons and stash scene previews.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user