diff --git a/app/javascript/legacy/settings.coffee b/app/javascript/legacy/settings.coffee index 203d2190..4b6575d8 100644 --- a/app/javascript/legacy/settings.coffee +++ b/app/javascript/legacy/settings.coffee @@ -113,7 +113,7 @@ $(document).on 'ready turbolinks:load', -> $('#update_theme .color').each -> $this = $ this - this.value = '#' + getHexColorFromThemeValue(this.dataset.default) + this.value = '#' + getHexColorFromThemeValue(this.value) $this.minicolors control: 'hue'