mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
style: update button styles in DocumentsTableShell and GitHub stars badge for improved UI consistency
This commit is contained in:
parent
d036b7ff4f
commit
f2c959b034
2 changed files with 10 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue