mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 16:19:55 -06:00
chore: cleanup css console log (#2376)
This commit is contained in:
committed by
GitHub
parent
98e0006f88
commit
c8ab6644bf
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user