chore: One red color of #D10000 (#377)
* chore: change UTRP red color * chore: change UTRP Red * chore: change red update * chore: utrp red, consistent capitalization --------- Co-authored-by: Samuel Gunter <sgunter@utexas.edu>
This commit is contained in:
@@ -47,7 +47,7 @@ function MigrationButtons({ close }: { close: () => void }): JSX.Element {
|
||||
return (
|
||||
<>
|
||||
{error && (
|
||||
<Text variant='p' className='text-ut-red'>
|
||||
<Text variant='p' className='text-theme-red'>
|
||||
An error occurred while migrating your courses. Please try again later in settings. (
|
||||
{error.substring(0, 8)})
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user