@@ -412,7 +412,7 @@ export function ControlBar({ hasValidationErrors = false }: ControlBarProps) {
412412 return (
413413 < Tooltip >
414414 < TooltipTrigger asChild >
415- < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center gap-2 whitespace-nowrap rounded-[11px] border bg-card font-medium text-card-foreground text-sm opacity-50 ring-offset-background transition-colors [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 ' >
415+ < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center rounded-[11px] border bg-card text-card-foreground opacity-50 shadow-xs transition-colors' >
416416 < Trash2 className = 'h-5 w-5' />
417417 </ div >
418418 </ TooltipTrigger >
@@ -497,7 +497,7 @@ export function ControlBar({ hasValidationErrors = false }: ControlBarProps) {
497497 < Tooltip >
498498 < TooltipTrigger asChild >
499499 { isDisabled ? (
500- < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center gap-2 whitespace-nowrap rounded-[11px] border bg-card font-medium text-card-foreground text-sm opacity-50 ring-offset-background transition-colors [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 ' >
500+ < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center rounded-[11px] border bg-card text-card-foreground opacity-50 shadow-xs transition-colors' >
501501 < Copy className = 'h-5 w-5' />
502502 </ div >
503503 ) : (
@@ -561,7 +561,7 @@ export function ControlBar({ hasValidationErrors = false }: ControlBarProps) {
561561 < Tooltip >
562562 < TooltipTrigger asChild >
563563 { isDisabled ? (
564- < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center gap-2 whitespace-nowrap rounded-[11px] border bg-card font-medium text-card-foreground text-sm opacity-50 ring-offset-background transition-colors [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 ' >
564+ < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center rounded-[11px] border bg-card text-card-foreground opacity-50 shadow-xs transition-colors' >
565565 { isAutoLayouting ? (
566566 < RefreshCw className = 'h-5 w-5 animate-spin' />
567567 ) : (
@@ -720,7 +720,7 @@ export function ControlBar({ hasValidationErrors = false }: ControlBarProps) {
720720 < Tooltip >
721721 < TooltipTrigger asChild >
722722 { isDisabled ? (
723- < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center gap-2 whitespace-nowrap rounded-[11px] border bg-card font-medium text-card-foreground text-sm opacity-50 ring-offset-background transition-colors [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 ' >
723+ < div className = 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center rounded-[11px] border bg-card text-card-foreground opacity-50 shadow-xs transition-colors' >
724724 < Store className = 'h-5 w-5' />
725725 </ div >
726726 ) : (
@@ -771,7 +771,7 @@ export function ControlBar({ hasValidationErrors = false }: ControlBarProps) {
771771 className = { cn (
772772 'inline-flex h-12 w-12 cursor-not-allowed items-center justify-center' ,
773773 'rounded-[11px] border bg-card text-card-foreground opacity-50' ,
774- 'transition-colors [&_svg]:size-4 [&_svg]:shrink-0 ' ,
774+ 'shadow-xs transition-colors ' ,
775775 isDebugging && 'text-amber-500'
776776 ) }
777777 >
0 commit comments