feat: proper injected styles (#164)
This commit is contained in:
@@ -70,7 +70,7 @@ export default function Description({ course }: DescriptionProps): JSX.Element {
|
||||
<li key={line}>
|
||||
<Text
|
||||
variant='p'
|
||||
className={clsx({ 'font-bold text-ut-burntorange': isKeywordPresent })}
|
||||
className={clsx({ 'font-bold! text-ut-burntorange': isKeywordPresent })}
|
||||
>
|
||||
{line}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user