Tweak some things for launch

This commit is contained in:
Gregory Schier
2025-02-18 21:28:03 -08:00
parent ccbc8d4e18
commit 74f14a8392
9 changed files with 15 additions and 17 deletions

View File

@@ -14,8 +14,8 @@ export function Banner({ children, className, color }: Props) {
className,
`x-theme-banner--${color}`,
'whitespace-pre-wrap',
'border border-dashed border-border bg-surface',
'px-3 py-2 rounded select-auto',
'border border-border bg-surface',
'px-4 py-3 rounded-lg select-auto',
'overflow-auto h-auto mb-auto text-text',
)}
>