don't use the wrong theme color value

This commit is contained in:
Andreas Nedbal 2021-02-27 23:32:05 +01:00
parent c68e62efb3
commit 327c76fdb3
1 changed files with 1 additions and 1 deletions

View File

@ -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'