Skip to content

Commit

Permalink
fix: adjust card opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 9, 2024
1 parent e68fa60 commit 9fd6bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calendar.tsx
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ const CourseCard = ({ course, time, currentWeek }: CourseCardProps) => {
color.border,
color.bg,
color.text,
isDragging ? 'opacity-30' : 'opacity-75',
isDragging ? 'opacity-30' : 'opacity-85',
)}
>
<div className="flex justify-between text-2xs">

0 comments on commit 9fd6bc3

Please sign in to comment.