Skip to content

Commit

Permalink
feat(ui): changed popup close icon to ut-black (#394)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
shehreenr authored Oct 29, 2024
1 parent 94744e0 commit 0077ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0077ae7

Please sign in to comment.