Skip to content

Commit 5bbcdfb

Browse files
authoredFeb 12, 2025··
fix: 시간표 블록 border-radius 제거 (#60)
1 parent b37711b commit 5bbcdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/Timetable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const Timetable = ({ children, timetable, className, ...props }: TimetableProps)
227227
return (
228228
<div
229229
key={`${timetable.timetableId}-${course.courseName}-${courseTime.start}`}
230-
className="absolute w-full rounded-lg p-0.5 text-xs font-bold text-white"
230+
className="absolute w-full p-0.5 text-xs font-bold text-white"
231231
style={{
232232
backgroundColor: bgColor,
233233
borderColor: bgColor,

0 commit comments

Comments
 (0)