Skip to content

Commit 0557b23

Browse files
committed
Color fix for the triple dot ellipsis button
1 parent 1b4f373 commit 0557b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function PopoverVerticalEllipseTrigger({
277277
className
278278
)}
279279
>
280-
<EllipsisVerticalIcon className={cn(styles.icon, "transition group-hover:text-text-bright")} />
280+
<EllipsisVerticalIcon className={cn(styles.icon, "transition")} />
281281
</PopoverTrigger>
282282
);
283283
}

0 commit comments

Comments
 (0)