Share button

This commit is contained in:
Sebastien Castiel
2023-12-07 19:38:03 -05:00
parent 4bc03002e1
commit fb6cff2fe3
10 changed files with 287 additions and 3054 deletions

View File

@@ -29,7 +29,7 @@ export function ExpenseList({
<div
key={expense.id}
className={cn(
'border-t flex justify-between pl-6 pr-2 py-4 text-sm cursor-pointer hover:bg-slate-50',
'border-t flex justify-between pl-6 pr-2 py-4 text-sm cursor-pointer hover:bg-accent',
expense.isReimbursement && 'italic',
)}
onClick={() => {