chore: cleanup css console log (#2376)

This commit is contained in:
Shubham Palriwala
2024-04-02 18:18:54 +05:30
committed by GitHub
parent 98e0006f88
commit c8ab6644bf

View File

@@ -66,7 +66,7 @@ export const PopoverPicker = ({
/>
{isOpen && (
<div className="absolute right-0 z-20 mt-2 origin-top-right bg-red-500" ref={popover}>
<div className="absolute right-0 z-20 mt-2 origin-top-right" ref={popover}>
<div className="rounded bg-white p-2 shadow-lg">
<HexColorPicker color={color} onChange={onChange} />
</div>