mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-18 06:24:20 +01:00
🚀 Fix formatting
This commit is contained in:
@@ -35,7 +35,7 @@ const Button = forwardRef(
|
||||
"text-gray/50 rounded-lg border-[2px] border-white/30 px-10 py-3 font-bold transition-all " +
|
||||
props.className +
|
||||
(props.disabled
|
||||
? " cursor-not-allowed border-white/10 bg-black/60 text-white/30"
|
||||
? " cursor-not-allowed border-white/10 bg-zinc-900 text-white/30"
|
||||
: " mou cursor-pointer bg-[#1E88E5]/70 text-white/80 hover:border-white/80 hover:bg-[#0084f7] hover:text-white hover:shadow-2xl")
|
||||
}
|
||||
onClick={onClick}
|
||||
|
||||
Reference in New Issue
Block a user