ui: amount display when encryption key is not set

This commit is contained in:
Víctor Falcón 2025-12-30 14:25:19 +01:00
parent 1e866a514d
commit 2eccee09a2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export function AmountDisplay({
return 'rounded-xs bg-green-400 dark:bg-green-900 text-green-400 dark:text-green-900 opacity-20 dark:opacity-100';
}
return 'rounded-xs bg-foreground'
return 'rounded-xs bg-zinc-950 dark:bg-zinc-700 dark:text-zinc-700'
}
if (variant === 'positive-highlight') {