Skip to content

Commit

Permalink
fix(console): update API key color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Feb 21, 2024
1 parent ac76884 commit 5d4c34d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -228,7 +228,7 @@ export default function SingleProvider() {

<Button
type="submit"
className="@lg:w-auto float-right w-full dark:bg-gray-100 dark:text-white dark:active:bg-gray-100"
className="@lg:w-auto float-right w-full dark:bg-gray-100 dark:text-black dark:active:bg-gray-100"
disabled={!isValid}
>
{isLoading ? (
Expand Down

0 comments on commit 5d4c34d

Please sign in to comment.