There was an error while loading. Please reload this page.
1 parent 66d2168 commit c2fe354Copy full SHA for c2fe354
1 file changed
app/next-client-app/app/(protected)/scanreports/columns.tsx
@@ -179,10 +179,9 @@ export const columns: ColumnDef<ScanReport>[] = [
179
</DropdownMenuItem>
180
<DropdownMenuItem
181
onClick={() => setOpen(true)}
182
- className="text-black hover:text-destructive focus:text-destructive"
+ className="text-black dark:text-white hover:text-destructive focus:text-destructive dark:hover:text-destructive dark:focus:text-destructive"
183
>
184
- Delete{" "}
185
- <TrashIcon className="ml-auto group-hover:text-destructive group-focus:text-destructive" />
+ Delete <TrashIcon className="ml-auto" />
186
187
</DropdownMenuContent>
188
</DropdownMenu>
0 commit comments