mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
✨ Show participated polls on polls page + UI refresh (#1089)
This commit is contained in:
parent
bd9e9fe95b
commit
f8a217ae75
125 changed files with 3007 additions and 2363 deletions
|
@ -211,8 +211,8 @@ export const DropdownMenuItemIconLabel = ({
|
|||
children: React.ReactNode;
|
||||
}) => {
|
||||
return (
|
||||
<span className="flex items-center gap-2">
|
||||
<Icon className="size-4" />
|
||||
<span className="flex items-center gap-2.5">
|
||||
<Icon className="text-muted-foreground size-4" />
|
||||
{children}
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue