mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 22:27:25 +02:00
Fix dropdown styles
This commit is contained in:
parent
17dc9519d2
commit
9e71309954
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export const DropdownItem: React.VoidFunctionComponent<{
|
|||
<Icon
|
||||
className={clsx("mr-2 h-5 w-5", {
|
||||
"text-white": active,
|
||||
"text-indigo-500": !disabled,
|
||||
"text-indigo-500": !active,
|
||||
})}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue