@@ -245,7 +245,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
245245 < SelectItem
246246 value = { lectureOfferingIds . join ( "," ) }
247247 className = {
248- "font-bold bg-yellow-300 focus:bg-yellow-500 cursor-pointer"
248+ "font-bold bg-green-100/50 focus:bg-green-200 cursor-pointer"
249249 }
250250 >
251251 { section }
@@ -257,7 +257,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
257257 return (
258258 < SelectLabel
259259 key = { id }
260- className = { "bg-yellow-100 font-light" }
260+ className = { "font-light" }
261261 > { `${ offering ?. day } , ${ offering ?. start } - ${ offering ?. end } ` } </ SelectLabel >
262262 ) ;
263263 } ) }
@@ -309,7 +309,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
309309 < SelectItem
310310 value = { tutorialOfferingIds . join ( "," ) }
311311 className = {
312- "font-bold bg-yellow-300 focus:bg-yellow-500 cursor-pointer"
312+ "font-bold bg-green-100/50 focus:bg-green-200 cursor-pointer"
313313 }
314314 >
315315 { section }
@@ -321,7 +321,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
321321 return (
322322 < SelectLabel
323323 key = { id }
324- className = { "bg-yellow-100 font-light" }
324+ className = { "font-light" }
325325 > { `${ offering ?. day } , ${ offering ?. start } - ${ offering ?. end } ` } </ SelectLabel >
326326 ) ;
327327 } ) }
@@ -375,7 +375,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
375375 < SelectItem
376376 value = { practicalOfferingIds . join ( "," ) }
377377 className = {
378- "font-bold bg-yellow-300 focus:bg-yellow-500 cursor-pointer"
378+ "font-bold bg-green-100/50 focus:bg-green-200 cursor-pointer"
379379 }
380380 >
381381 { section }
@@ -387,7 +387,7 @@ const OfferingInfo = ({ course, semester, form }: OfferingInfoProps) => {
387387 return (
388388 < SelectLabel
389389 key = { id }
390- className = { "bg-yellow-100 font-light" }
390+ className = { "font-light" }
391391 > { `${ offering ?. day } , ${ offering ?. start } - ${ offering ?. end } ` } </ SelectLabel >
392392 ) ;
393393 } ) }
0 commit comments