This commit is contained in:
Henry Jameson 2024-04-04 22:58:50 +03:00
parent ece159822c
commit 3eabdf9ded
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template> <template>
<div <div
v-show="$store.state.interface.themeApplied"
id="app-loaded" id="app-loaded"
:style="bgStyle" :style="bgStyle"
v-show="$store.state.interface.themeApplied"
> >
<div <div
id="app_bg_wrapper" id="app_bg_wrapper"

View File

@ -44,7 +44,7 @@
class="invalidIndicator" class="invalidIndicator"
/> />
<label class="nativeColor"> <label class="nativeColor">
<FAIcon icon="eye-dropper"/> <FAIcon icon="eye-dropper" />
<input <input
:id="name" :id="name"
class="unstyled" class="unstyled"