mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 22:29:24 +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'
|
transition: 'width .5s ease, padding .5s ease'
|
||||||
}}
|
}}
|
||||||
onClick={handleOpenFilesModal}
|
onClick={handleOpenFilesModal}
|
||||||
|
onMouseEnter={() => setIsUploadHover(false)}
|
||||||
>
|
>
|
||||||
<AddIcon className="text-[var(--accent-interactive)]" />
|
<AddIcon className="text-[var(--accent-interactive)]" />
|
||||||
{!isUploadHover && (
|
{!isUploadHover && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user