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:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user