mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-08 23:25:01 -04:00
Adjust profile grid hover styles and refine typography with main-font addition
This commit is contained in:
@@ -332,7 +332,8 @@ function ProfilePreview(props: {
|
||||
'before:bg-[#C17F3E] before:rounded-l-lg',
|
||||
'before:opacity-0 before:transition-opacity before:duration-[120ms]',
|
||||
'hover:before:opacity-100',
|
||||
'hover:bg-canvas-100',
|
||||
// 'hover:bg-canvas-100',
|
||||
'hover:border-primary-300 hover:shadow-lg',
|
||||
'relative z-10 cursor-pointer group block rounded-lg overflow-hidden bg-transparent h-full border border-canvas-300',
|
||||
'text-ink-600',
|
||||
// hover,
|
||||
@@ -371,7 +372,7 @@ function ProfilePreview(props: {
|
||||
>
|
||||
<h3
|
||||
className={clsx(
|
||||
'text-lg text-gray-900 dark:text-white truncate my-0 transition-opacity duration-75',
|
||||
'main-font font-medium 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