Skip to content
Snippets Groups Projects

fix: dark mode

Merged Sjoerd requested to merge fix/darkmode into main
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -88,7 +88,7 @@ export const Navbar = () => {
</div>
</PopoverTrigger>
<PopoverContent className="w-56 z-30 bg-white rounded-sm border-[1px] outline-none">
<PopoverContent className="w-56 z-30 bg-light rounded-sm border-[1px] outline-none">
<div className="p-2 text-sm border-b">
<h2 className="font-bold">user: {authCache.username}</h2>
<h3 className="text-xs break-words">session: {authCache.sessionID}</h3>
Loading