mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-18 06:24:20 +01:00
🚀 Update styling
This commit is contained in:
@@ -33,7 +33,7 @@ const Button = forwardRef(
|
||||
disabled={loading || props.disabled}
|
||||
className={
|
||||
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
|
||||
"transition-all " + props.className
|
||||
"shadow-2xl transition-all " + props.className
|
||||
}
|
||||
onClick={onClick}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user