Skip to content
Snippets Groups Projects
Commit f0b4997c authored by 조대희's avatar 조대희
Browse files

style: cursor-not-allowed 추가 (#13)

parent b15f63c4
Branches
No related tags found
1 merge request!21[#13] 스케줄 페이지 스타일 개선
Pipeline #10917 passed
......@@ -312,7 +312,7 @@ const SchedulePage = () => {
<div
key={slotIndex}
className={`p-2 border ${schedule
? `${getColorForTitle(schedule.title)} text-white
? `${getColorForTitle(schedule.title)} text-white cursor-not-allowed
${!isFirstSlot && !isLastSlot ? 'border-t-0 border-b-0' : ''}
${!isFirstSlot ? 'border-t-0' : ''}
${!isLastSlot ? 'border-b-0' : ''}`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment