Skip to content

Commit

Permalink
fix: change schedule total courses text color to UTRP black (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAngajala authored Oct 23, 2024
1 parent eb30678 commit b00bf6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ScheduleTotalHoursAndCourses({
</Text>
<Text variant='h3' as='div' className='flex flex-row items-center gap-2 text-theme-black'>
{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'}
</Text>
</Text>
Expand Down

0 comments on commit b00bf6c

Please sign in to comment.