Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: better dark mode for cta text
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 committed Feb 16, 2022
1 parent 68adf8a commit c0eb405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/explain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const Explain: React.FC<Props> = ({
</div>
{/* CTA to contribute */}
{ctaContribToAutocompleteVisible && (
<div className="mt-6 text-xs bg-white text-gray-500 dark:bg-black dark:text-gray-400 rounded-full transition flex flex-col items-center">
<div className="mt-6 text-xs bg-white text-gray-500 dark:bg-black dark:text-gray-500 rounded-full transition flex flex-col items-center">
<div className="text-center leading-relaxed">
Could the descriptions be better? <br className="sm:hidden" />
Contribute at{" "}
Expand All @@ -159,7 +159,7 @@ const Explain: React.FC<Props> = ({
.
</div>
<button
className="mt-1 sm:mt-0.5 font-medium text-gray-400 hover:text-gray-600"
className="mt-1 sm:mt-0.5 font-medium text-gray-400 hover:text-gray-600 dark:text-gray-600 dark:hover:text-gray-400"
onClick={() => setCtaContribToAutocompleteVisible(false)}
>
Dismiss
Expand Down

1 comment on commit c0eb405

@vercel
Copy link

@vercel vercel bot commented on c0eb405 Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.