aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/App.vue2
-rw-r--r--src/components/color_input/color_input.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue
index e12f919d..9d7ad912 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,8 +1,8 @@
<template>
<div
+ v-show="$store.state.interface.themeApplied"
id="app-loaded"
:style="bgStyle"
- v-show="$store.state.interface.themeApplied"
>
<div
id="app_bg_wrapper"
diff --git a/src/components/color_input/color_input.vue b/src/components/color_input/color_input.vue
index d83a77cd..66ee9d53 100644
--- a/src/components/color_input/color_input.vue
+++ b/src/components/color_input/color_input.vue
@@ -44,7 +44,7 @@
class="invalidIndicator"
/>
<label class="nativeColor">
- <FAIcon icon="eye-dropper"/>
+ <FAIcon icon="eye-dropper" />
<input
:id="name"
class="unstyled"