some fixes

This commit is contained in:
Lucas Gaitzsch
2026-05-20 20:04:46 +02:00
parent 7e15782fb3
commit dd322d4c9d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4821,7 +4821,7 @@ export function EmailViewer({
{/* Draft Banner */}
{isDraft && (
<div className="border-b border-border bg-warning/10">
<div className="max-w-4xl mx-auto px-6 py-2.5 flex items-center justify-between">
<div className="px-6 py-2.5 flex items-center justify-between">
<div className="flex items-center gap-2 text-warning">
<File className="w-4 h-4" />
<span className="text-sm font-medium">{t('draft_banner')}</span>