mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
refactor: enhance UI components with dark mode support and streamline tooltip usage across toolbar buttons
This commit is contained in:
parent
6af251a108
commit
d4ad1dcae4
9 changed files with 21 additions and 26 deletions
|
|
@ -328,7 +328,7 @@ function ReportPanelContent({
|
|||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent
|
||||
align="start"
|
||||
className={`min-w-[180px]${insideDrawer ? " z-[100]" : ""}`}
|
||||
className={`min-w-[180px] dark:bg-neutral-800 dark:border dark:border-neutral-700${insideDrawer ? " z-[100]" : ""}`}
|
||||
>
|
||||
<DropdownMenuItem onClick={() => handleExport("md")}>
|
||||
Download Markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue