Skip to content

Commit 094bca0

Browse files
Color UT Registration Plus text
1 parent 0773922 commit 094bca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/views/components/common/CalendarHeader/CalenderHeader.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ const CalendarHeader = () => (
2020
<div className='flex items-center'>
2121
<LogoIcon style={{ marginRight: '5px' }} />
2222
<div className='flex flex-col gap-1 whitespace-nowrap'>
23-
<Text className='leading-trim text-cap font-roboto text-base font-medium'>
23+
<Text className='leading-trim text-cap font-roboto text-base text-ut-burntorange font-medium'>
2424
UT Registration
2525
</Text>
26-
<Text className='leading-trim text-cap font-roboto text-base font-medium'>Plus</Text>
26+
<Text className='leading-trim text-cap font-roboto text-base text-ut-orange font-medium'>
27+
Plus
28+
</Text>
2729
</div>
2830
</div>
2931
</div>

0 commit comments

Comments
 (0)