mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 15:08:53 +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
|
<Icon
|
||||||
className={clsx("mr-2 h-5 w-5", {
|
className={clsx("mr-2 h-5 w-5", {
|
||||||
"text-white": active,
|
"text-white": active,
|
||||||
"text-indigo-500": !disabled,
|
"text-indigo-500": !active,
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue