Tweak license flow

This commit is contained in:
Gregory Schier
2024-12-16 13:46:58 -08:00
parent 20140148bf
commit e2253786dc
4 changed files with 37 additions and 77 deletions

View File

@@ -15,8 +15,8 @@ export function Banner({ children, className, color = 'secondary' }: Props) {
className,
`x-theme-banner--${color}`,
'whitespace-pre-wrap',
'border border-dashed border-border-subtle bg-surface',
'italic px-3 py-2 rounded select-auto cursor-text',
'border border-dashed border-border bg-surface',
'px-3 py-2 rounded select-auto cursor-text',
'overflow-x-auto text-text',
)}
>