We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06901d6 + fcd231d commit ac18f07Copy full SHA for ac18f07
1 file changed
src/Components/Draw/Editor.vue
@@ -8,11 +8,10 @@
8
<NcColorPicker ref="colorPicker"
9
v-model="color"
10
:palette="customPalette"
11
- :palette-only="true"
12
- @input="updateColor">
13
- <NcButton>
+ @submit="updateColor">
+ <NcButton type="tertiary">
14
<template #icon>
15
- <PaletteIcon :size="20" />
+ <PaletteIcon :size="20" :fill-color="color" />
16
</template>
17
{{ t('libresign', 'Change color') }}
18
</NcButton>
0 commit comments