Fixed play colors
This commit is contained in:
parent
1ab44024c2
commit
66c973ea8e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ export default function GenericNode({
|
|||
return (
|
||||
<IconComponent
|
||||
name="Play"
|
||||
className="absolute ml-0.5 h-5 fill-current stroke-2 text-chat-trigger"
|
||||
className="absolute ml-0.5 h-5 fill-current stroke-2 hover:text-medium-indigo text-muted-foreground"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue