feat: 🎨

This commit is contained in:
codytseng
2025-04-29 11:00:02 +08:00
parent 3a98629617
commit f8757c6d25

View File

@@ -76,7 +76,7 @@ export default function MainNoteCard({
event={event} event={event}
/> />
{shouldCollapse && !expanded && ( {shouldCollapse && !expanded && (
<div className="absolute bottom-0 h-20 w-full bg-gradient-to-b from-transparent to-muted flex items-center justify-center"> <div className="absolute bottom-0 h-40 w-full bg-gradient-to-b from-transparent to-background/90 flex items-end justify-center pb-4">
<div className="bg-background rounded-md"> <div className="bg-background rounded-md">
<Button <Button
className="bg-foreground hover:bg-foreground/80" className="bg-foreground hover:bg-foreground/80"