change text color of clear button on dark mode
This commit is contained in:
parent
2c235402ca
commit
1f71d724a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue