Skip to content

Commit

Permalink
feat: add opacity for course card
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 23, 2024
1 parent d4e3db3 commit 14bd2df
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
Expand Up @@ -16,7 +16,7 @@ const CourseCard = ({ course }: { course: WeekCourse }) => {
return (
<div
className={clsx(
'h-full rounded-md border-l-3 p-1 text-xs overflow-hidden',
'h-full rounded-md border-l-3 p-1 text-xs overflow-hidden opacity-75',
color.border,
color.bg,
color.text,
Expand Down

0 comments on commit 14bd2df

Please sign in to comment.