Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: revere delete button color (#876)

authored by

Maximilian Kaske and committed by
GitHub
d59c4ea8 9def2cb0

+6 -1
+6 -1
apps/web/src/components/data-table/monitor/data-table-floating-actions.tsx
··· 211 211 onOpenChange={(value) => setAlertOpen(value)} 212 212 > 213 213 <AlertDialogTrigger asChild> 214 - <Button variant="destructive">Delete</Button> 214 + <Button 215 + variant="outline" 216 + className="border-destructive text-destructive hover:bg-destructive hover:text-background" 217 + > 218 + Delete 219 + </Button> 215 220 </AlertDialogTrigger> 216 221 <AlertDialogContent> 217 222 <AlertDialogHeader>