Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 2, 2023
1 parent 0dc30e2 commit 3b9f2fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function BrowserExtensionBanner() {
className={classNames(
"cursor-pointer p-2 ml-2 -mt-1",
"bg-transparent hover:bg-transparent",
"text-white hover:text-gray-300 dark:text-gray-800 dark:hover:text-gray-600",
"text-gray-500 hover:text-gray-300 dark:text-gray-200 dark:hover:text-gray-600",
)}
onClick={handleClose}
>
Expand Down

0 comments on commit 3b9f2fa

Please sign in to comment.