rework colorpicker, brand button

This commit is contained in:
taskylizard 2025-06-28 08:09:31 +00:00
parent 8877c540cf
commit b1da9e7563
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
3 changed files with 85 additions and 22 deletions

View file

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