Skip to content

Commit

Permalink
Patch Dark Theme Button BG Color
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 2, 2024
1 parent adfad76 commit d2702db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/sections/readme/README.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const README = () => {
<div className="w-full lborder rounded-md prose">
<div className="pl-2 lborder-b flex justify-between">
<div className="border-b-2 px-1 font-bold pt-1.5 pb-1 border-orange-400">
<button className="flex gap-1.5 items-center hover:bg-slate-50 px-1.5 py-1 rounded-md text-sm">
<button className="flex gap-1.5 items-center hover:bg-slate-50 dark:hover:bg-neutral-700 px-1.5 py-1 rounded-md text-sm">
<FiBookOpen />
<span>README</span>
</button>
Expand All @@ -15,14 +15,14 @@ export const README = () => {
<a
href="https://github.com/v3xlabs"
target="_blank"
className="p-1 hover:bg-slate-100 flex items-center justify-center rounded-md aspect-square w-7 h-7"
className="p-1 hover:bg-slate-100 dark:hover:bg-neutral-700 flex items-center justify-center rounded-md aspect-square w-7 h-7"
>
<FiGithub />
</a>
<a
href="https://twitter.com/v3xlabs"
target="_blank"
className="p-1 hover:bg-slate-100 flex items-center justify-center rounded-md aspect-square w-7 h-7"
className="p-1 hover:bg-slate-100 dark:hover:bg-neutral-700 flex items-center justify-center rounded-md aspect-square w-7 h-7"
>
<FaTwitter />
</a>
Expand Down

0 comments on commit d2702db

Please sign in to comment.