diff --git a/src/components/common/HSVInput.vue b/src/components/common/HSVInput.vue index 046426a..6ad3f04 100644 --- a/src/components/common/HSVInput.vue +++ b/src/components/common/HSVInput.vue @@ -2,6 +2,7 @@ import { computed, onBeforeMount, ref, watch } from 'vue' import Color from 'color' import { SliderRoot, SliderThumb, SliderTrack } from 'radix-vue' +import { MoreHorizontal } from 'lucide-vue-next' const hueSliderValue = ref(0) const saturationSliderValue = ref(100) @@ -152,7 +153,7 @@ function shake() {