Skip to content

Commit

Permalink
chore: refine Run button text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 29, 2024
1 parent 6ffc61e commit 6b61ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extensions/ai-widget/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @tidbcloud/codemirror-extension-ai-widget

This extension provides a widget to chat with AI to help you write or refine SQL. (work with other language wip)
This extension provides a widget to chat with AI to help you write or refine SQL. (work with other languages wip)

https://github.com/tidbcloud/tisqleditor/assets/1284531/46684333-7efa-4925-bf58-9ab3fb45f692

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function EditorActions() {
<div className="flex-none flex items-center px-2 border-b">
<Button
size="sm"
className="mr-2"
className="mr-2 dark:text-foreground"
onClick={() => runSQLMut.mutate()}
disabled={runSQLMut.isPending}
>
Expand Down

0 comments on commit 6b61ac9

Please sign in to comment.