fix: change schedule total courses text color to UTRP black (#369)
This commit is contained in:
@@ -27,7 +27,7 @@ export default function ScheduleTotalHoursAndCourses({
|
|||||||
</Text>
|
</Text>
|
||||||
<Text variant='h3' as='div' className='flex flex-row items-center gap-2 text-theme-black'>
|
<Text variant='h3' as='div' className='flex flex-row items-center gap-2 text-theme-black'>
|
||||||
{totalHours} {totalHours === 1 ? 'Hour' : 'Hours'}
|
{totalHours} {totalHours === 1 ? 'Hour' : 'Hours'}
|
||||||
<Text variant='h4' as='span' className='hidden text-ut-black capitalize screenshot:inline sm:inline'>
|
<Text variant='h4' as='span' className='hidden capitalize screenshot:inline sm:inline'>
|
||||||
{totalCourses} {totalCourses === 1 ? 'Course' : 'Courses'}
|
{totalCourses} {totalCourses === 1 ? 'Course' : 'Courses'}
|
||||||
</Text>
|
</Text>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user