mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-08 23:25:01 -04:00
Remove font-medium class from <h3> tags in profile grid for consistent typography
This commit is contained in:
@@ -371,7 +371,7 @@ function ProfilePreview(props: {
|
||||
>
|
||||
<h3
|
||||
className={clsx(
|
||||
'text-lg font-medium text-gray-900 dark:text-white truncate my-0 transition-opacity duration-75',
|
||||
'text-lg text-gray-900 dark:text-white truncate my-0 transition-opacity duration-75',
|
||||
isLoading && 'opacity-50',
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user