Remove explicit 'to-transparent'

This commit is contained in:
Sam Becker 2024-04-06 21:07:44 -05:00
parent 8888674370
commit 71da1bda01

View File

@ -358,7 +358,7 @@ export default function PhotoForm({
<div className={clsx(
'flex gap-3 sticky bottom-0',
'pb-4 md:pb-8 pt-10',
'bg-gradient-to-t from-60% to-transparent',
'bg-gradient-to-t from-60%',
'from-white/90',
'dark:from-black/95',
)}>