feat(eink): optimize color and layout for e-ink mode (#2887)
This commit is contained in:
@@ -30,7 +30,9 @@ const AnnotationToolButton: React.FC<AnnotationToolButtonProps> = ({
|
||||
onClick={handleClick}
|
||||
className={clsx(
|
||||
'flex h-8 min-h-8 w-8 items-center justify-center p-0',
|
||||
disabled ? 'cursor-not-allowed opacity-50' : 'rounded-md hover:bg-gray-500',
|
||||
disabled
|
||||
? 'cursor-not-allowed opacity-50'
|
||||
: 'not-eink:hover:bg-gray-500 eink:hover:border rounded-md',
|
||||
)}
|
||||
disabled={disabled}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user