diff --git a/apps/web/components/quick-note-card.tsx b/apps/web/components/quick-note-card.tsx index 51a4aa6f..b7bc1c86 100644 --- a/apps/web/components/quick-note-card.tsx +++ b/apps/web/components/quick-note-card.tsx @@ -117,101 +117,100 @@ export function QuickNoteCard({ onFocusCapture={() => setIsExpanded(true)} onBlurCapture={handleBlurCapture} style={{ - boxShadow: - "inset 1.421px 1.421px 4.263px 0 rgba(11, 15, 21, 0.4)", - }} - > - - -
- -
- -
- + +
+ +
+ + +
- ) }