mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
feat: enhance ui components and response handling
This commit is contained in:
parent
78fbcebe91
commit
83b3a747a1
11 changed files with 296 additions and 328 deletions
|
@ -8,7 +8,7 @@ interface StatusBadgeProps {
|
|||
const StatusBadge = ({ status, toggleStatus }: StatusBadgeProps) => (
|
||||
<Badge
|
||||
variant={status === "Paid" ? "paid" : "unpaid"}
|
||||
className="cursor-pointer"
|
||||
className="cursor-pointer text-[16px]"
|
||||
onClick={toggleStatus}
|
||||
>
|
||||
{status}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue