Skip to content

Commit cf9c0c1

Browse files
committed
wip: Allow to specify the size of the KColorPicker #1139
1 parent b02bca0 commit cf9c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/client/components/input/KColorPicker.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const props = defineProps({
4242
type: String,
4343
default: 'palette',
4444
validator: (value) => {
45-
return ['spectrum', 'tune'].includes(value)
45+
return ['spectrum', 'tune', 'palette'].includes(value)
4646
}
4747
},
4848
size: {

0 commit comments

Comments
 (0)