Browse Source

feat: 🎨

imwald
codytseng 11 months ago
parent
commit
f8757c6d25
  1. 2
      src/components/NoteCard/MainNoteCard.tsx

2
src/components/NoteCard/MainNoteCard.tsx

@ -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"

Loading…
Cancel
Save