change text color of clear button on dark mode

This commit is contained in:
anovazzi1 2023-03-28 20:20:14 -03:00
commit 1f71d724a6

View file

@ -151,7 +151,7 @@ export default function Chat({ flow, reactFlowInstance }: ChatType) {
/>
Chat
</div>
<button className="hover:text-blue-500"
<button className="hover:text-blue-500 dark:text-white"
onClick={(e) => {
e.stopPropagation()
clearChat();