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 5054970
Showing 1 changed file with 1 addition and 1 deletion.
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 5054970

Please sign in to comment.