mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-12 05:51:45 +00:00
fix delete button on dark mode
This commit is contained in:
parent
8d94f7f154
commit
fe3ed320b6
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export const ListItem: React.FC<{ item: StoredContent }> = ({ item }) => {
|
|||
<Edit3 className="mr-2 h-4 w-4 " strokeWidth={1.5} />
|
||||
Edit
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem className="focus:bg-red-100 focus:text-red-400">
|
||||
<DropdownMenuItem className="focus:bg-red-100 focus:text-red-400 dark:focus:bg-red-100/10">
|
||||
<Trash2 className="mr-2 h-4 w-4 " strokeWidth={1.5} />
|
||||
Delete
|
||||
</DropdownMenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue