feat(ui): changed popup close icon to ut-black (#394)
* feat(ui): changed popup close icon to #333F48 * feat(ui): ran prettier * feat(ui): changed hex code to ut-black * feat(ui): change popup close button color * feat(ui): got rid of extra space
This commit is contained in:
@@ -125,7 +125,7 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
|
||||
<Button color='ut-burntorange' variant='single' icon={Copy} onClick={handleCopy}>
|
||||
{formattedUniqueId}
|
||||
</Button>
|
||||
<button className='bg-transparent p-0 text-theme-black btn' onClick={onClose}>
|
||||
<button className='bg-transparent p-0 text-ut-black btn' onClick={onClose}>
|
||||
<CloseIcon className='h-7 w-7' />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user