fix: update recent transactions badge styling and localize time formatting

- Added padding to the "Rückerstattet" badge for improved visual appearance.
- Updated time formatting in the formatRelativeTime function to use German language strings for better localization.
This commit is contained in:
2026-03-26 22:29:08 +01:00
parent 8d62ee27a2
commit c55fde2b64
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ function statusBadge(status: string) {
);
case "released":
return (
<Badge variant="secondary" className="text-xs font-normal text-emerald-600 dark:text-emerald-400">
<Badge variant="secondary" className="text-xs font-normal text-emerald-600 dark:text-emerald-400 px-3">
Rückerstattet
</Badge>
);