mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
fix hovering problem
This commit is contained in:
parent
e9702475ff
commit
aa851f0658
@ -136,6 +136,7 @@ const LandingPage = () => {
|
||||
transition: 'width .5s ease, padding .5s ease'
|
||||
}}
|
||||
onClick={handleOpenFilesModal}
|
||||
onMouseEnter={() => setIsUploadHover(false)}
|
||||
>
|
||||
<AddIcon className="text-[var(--accent-interactive)]" />
|
||||
{!isUploadHover && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user