Browse Source

fix: custom color picker

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3390/head
mertmit 2 years ago
parent
commit
ad5f7c78f3
  1. 2
      packages/nc-gui-v2/pages/index/index/index.vue

2
packages/nc-gui-v2/pages/index/index/index.vue

@ -215,7 +215,7 @@ watch(themePrimaryColors, async (nextColors) => {
<div
class="color-selector"
:style="{
'background-color': themePrimaryColors[record.id],
'background-color': themePrimaryColors[record.id].hex8 || themePrimaryColors[record.id],
'width': '8px',
'height': '100%',
}"

Loading…
Cancel
Save