feat(wizard): add showValidationWarning prop to summary sidebar
This commit is contained in:
@@ -93,7 +93,7 @@ export function StepSoftware({
|
||||
return (
|
||||
<div className={`flex items-center gap-3 p-4 rounded-xl border transition-all ${
|
||||
isMissingRequired
|
||||
? 'animate-eye-catcher bg-red-500/10 border-red-500 text-red-400 font-bold'
|
||||
? 'bg-red-500/10 border-red-500/50 text-red-400 font-bold'
|
||||
: 'bg-white/5 border-white/10'
|
||||
}`}>
|
||||
<div className={`w-8 h-8 rounded-lg flex items-center justify-center ${
|
||||
|
||||
Reference in New Issue
Block a user