Skip to content

Commit

Permalink
Added backdrop-blur for accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfarrelldev committed Aug 31, 2024
1 parent 2ad2365 commit d122b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Accordion: FC<Props> = function ({
<motion.div
key={section.uniqueId}
id={section.uniqueId}
className="collapse collapse-arrow overflow-visible border border-base-300 "
className="collapse collapse-arrow overflow-visible border border-base-300 backdrop-blur-sm"
initial={{ opacity: 0, y: 25 }}
animate={{ opacity: 100, y: 0 }}
transition={{ duration: 0.5, delay: index * 0.25 }}
Expand Down

0 comments on commit d122b04

Please sign in to comment.