Skip to content

Commit

Permalink
Fix theming of copy button on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Dec 31, 2024
1 parent 599187b commit f408855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function Sidebar({
onClick={handleCopy}
_hover={{ bg: darkMode ? "#575759" : "gray.200" }}
bgColor={darkMode ? "#575759" : "gray.200"}
color={darkMode ? "white" : "inherit"}
>
Copy
</Button>
Expand Down

0 comments on commit f408855

Please sign in to comment.