style: getting it the way we need (#255)

This commit is contained in:
2024-10-02 09:31:31 -05:00
committed by GitHub
parent e8d2c2e142
commit a4d2856bfc

View File

@@ -93,7 +93,7 @@ export default function PopupMain(): JSX.Element {
</ScheduleDropdown> </ScheduleDropdown>
</div> </div>
{activeSchedule?.courses?.length === 0 && ( {activeSchedule?.courses?.length === 0 && (
<div className='flex flex-col items-center self-center gap-1 px-2 py-2'> <div className='flex flex-col items-center self-center gap-1.25 px-2 py-2 max-w-64'>
<Text variant='small' className='text-center text-ut-gray !font-normal'> <Text variant='small' className='text-center text-ut-gray !font-normal'>
{funny} {funny}
</Text> </Text>