fix: changed cursor on slider to cursor-pointer (#4991)
changed cursor on slider to cursor-pointer
This commit is contained in:
parent
7a54a82fb4
commit
60d8e48488
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ export default function SliderComponent({
|
|||
<SliderPrimitive.Thumb
|
||||
data-testid={`slider_thumb${editNode ? "_advanced" : ""}`}
|
||||
className={clsx(
|
||||
"block h-6 w-6 rounded-full border-2 border-background bg-pink-500 shadow-lg",
|
||||
"block h-6 w-6 cursor-pointer rounded-full border-2 border-background bg-pink-500 shadow-lg",
|
||||
)}
|
||||
/>
|
||||
</SliderPrimitive.Root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue