mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 17:22:14 +10:00
rework colorpicker, brand button
This commit is contained in:
parent
8877c540cf
commit
b1da9e7563
3 changed files with 85 additions and 22 deletions
|
@ -24,7 +24,14 @@ import ToggleStarred from './ToggleStarred.vue'
|
|||
<ToggleStarred />
|
||||
</template>
|
||||
</InputField>
|
||||
<InputField
|
||||
id="icon-color"
|
||||
label="Color"
|
||||
>
|
||||
<template #display>
|
||||
<ColorPicker class="ml-auto"/>
|
||||
</template>
|
||||
</InputField>
|
||||
|
||||
<ColorPicker />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue