feat: modify Course Block text style and time and location text (#409)
This commit is contained in:
@@ -101,7 +101,7 @@ export default function CalendarCourseCell({
|
||||
{courseDeptAndInstr}
|
||||
</Text>
|
||||
{timeAndLocation && (
|
||||
<Text variant='h3-course' as='p'>
|
||||
<Text variant='h3-course' as='p' className='whitespace-pre-line'>
|
||||
{timeAndLocation}
|
||||
</Text>
|
||||
)}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0;
|
||||
line-height: 100%; /* 0.6875rem */
|
||||
line-height: 0.775rem;
|
||||
}
|
||||
|
||||
.h3 {
|
||||
@@ -58,7 +58,7 @@
|
||||
}
|
||||
|
||||
.h1-course {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 550;
|
||||
text-transform: capitalize;
|
||||
letter-spacing: 0;
|
||||
|
||||
@@ -168,7 +168,7 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
|
||||
<div className='mt-1 flex flex-col'>
|
||||
{schedule.meetings.map(meeting => {
|
||||
const daysString = meeting.getDaysString({ format: 'long', separator: 'long' });
|
||||
const timeString = meeting.getTimeString({ separator: ' to ', capitalize: false });
|
||||
const timeString = meeting.getTimeString({ separator: ' to ' });
|
||||
return (
|
||||
<Text
|
||||
key={
|
||||
|
||||
Reference in New Issue
Block a user