mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
remove hover state from export button
This commit is contained in:
@@ -45,7 +45,7 @@ export function ExportButton() {
|
|||||||
className={cn(
|
className={cn(
|
||||||
"flex items-center gap-1.5 rounded-md bg-[#38BDF8] px-[0.12rem] py-[0.12rem] text-white",
|
"flex items-center gap-1.5 rounded-md bg-[#38BDF8] px-[0.12rem] py-[0.12rem] text-white",
|
||||||
hasProject
|
hasProject
|
||||||
? "cursor-pointer hover:brightness-105"
|
? "cursor-pointer"
|
||||||
: "cursor-not-allowed opacity-50",
|
: "cursor-not-allowed opacity-50",
|
||||||
)}
|
)}
|
||||||
onClick={hasProject ? handleExport : undefined}
|
onClick={hasProject ? handleExport : undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user