mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
add outline
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
v-bind="filteredProps"
|
||||
:disabled="readonly"
|
||||
:pt="{
|
||||
root: {
|
||||
class:
|
||||
'hover:outline hover:outline-1 hover:outline-[#5B5E7D] rounded-full'
|
||||
},
|
||||
slider: ({ props }) => ({
|
||||
style: {
|
||||
backgroundColor: props.modelValue ? '#0b8ce9' : '#0e0e12'
|
||||
|
||||
Reference in New Issue
Block a user