Some scrolling tweaks

This commit is contained in:
Gregory Schier
2024-03-20 17:27:47 -07:00
parent 23c4971127
commit aa3bfd78c4
3 changed files with 13 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ export function Banner({ children, className, color = 'gray' }: Props) {
color === 'gray' && 'border-gray-500/60 bg-gray-300/10 text-gray-800',
color === 'warning' && 'border-orange-500/60 bg-orange-300/10 text-orange-800',
color === 'danger' && 'border-red-500/60 bg-red-300/10 text-red-800',
color === 'success' && 'border-green-500/60 bg-green-300/10 text-green-800',
color === 'success' && 'border-violet-500/60 bg-violet-300/10 text-violet-800',
)}
>
{children}