Skip to content
Merged
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions client/components/Tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
opacity: 0;
visibility: hidden;
}

:global(html[data-theme='dark']) .container {
background: #1f2937;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

A little nitpick, can you make the colors variables and use those instead?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for pointing that out! Updated the tooltip styles to use the existing theme color variables. Let me know if you'd like any other changes.

color: #fff;
border: 1px solid #374151;
}