style: update button styles in DocumentsTableShell and GitHub stars badge for improved UI consistency

This commit is contained in:
Anish Sarkar 2026-03-17 18:51:25 +05:30
parent d036b7ff4f
commit f2c959b034
2 changed files with 10 additions and 8 deletions

View file

@ -480,7 +480,7 @@ export function DocumentsTableShell({
<button
type="button"
onClick={() => setBulkDeleteConfirmOpen(true)}
className="flex items-center gap-1.5 px-3 py-1.5 rounded-full bg-destructive text-destructive-foreground shadow-md text-xs font-medium"
className="flex items-center gap-1.5 px-3 py-1.5 rounded-md bg-destructive text-destructive-foreground shadow-md text-xs font-medium"
>
<Trash2 size={12} />
Delete ({deletableSelectedIds.length} selected)