We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4f373 commit 0557b23Copy full SHA for 0557b23
apps/webapp/app/components/primitives/Popover.tsx
@@ -277,7 +277,7 @@ function PopoverVerticalEllipseTrigger({
277
className
278
)}
279
>
280
- <EllipsisVerticalIcon className={cn(styles.icon, "transition group-hover:text-text-bright")} />
+ <EllipsisVerticalIcon className={cn(styles.icon, "transition")} />
281
</PopoverTrigger>
282
);
283
}
0 commit comments