Fix frontend 1
This commit is contained in:
@@ -286,7 +286,7 @@ const QuickActions: React.FC<QuickActionsProps> = ({
|
||||
'focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2',
|
||||
sizeClasses[size],
|
||||
{
|
||||
'bg-white hover:bg-[var(--bg-secondary)]': !action.backgroundGradient,
|
||||
'bg-[var(--bg-primary)] hover:bg-[var(--bg-secondary)]': !action.backgroundGradient,
|
||||
'bg-gradient-to-br text-white hover:opacity-90': action.backgroundGradient,
|
||||
'opacity-50 cursor-not-allowed hover:transform-none hover:shadow-none': isDisabled,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user