feat: Add disabled styling to the delete selected button.

This commit is contained in:
Namit2003 2025-12-22 22:47:15 -05:00
parent be29df763d
commit 74af92a762

View file

@ -52,7 +52,7 @@ export const history = new Elysia().use(userService).get(
<div id="delete-selected-container">
<button
id="delete-selected-btn"
class="flex btn-secondary flex-row gap-2 text-contrast"
class="flex btn-secondary flex-row gap-2 text-contrast disabled:opacity-50 disabled:cursor-not-allowed"
disabled
>
<DeleteIcon />{" "}