From e8babfc2ebca38fca8446c9b04260749593c75ec Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:32:29 -0800 Subject: [PATCH] fix: Replace blue slate skeleton colors with neutral zinc - Change skeleton bg from slate to zinc for neutral appearance - Update '777 Wolfpack' branding comment to 'Veridian' --- frontend/src/components/ui/LinearPrimitives.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ui/LinearPrimitives.tsx b/frontend/src/components/ui/LinearPrimitives.tsx index 910b839..491e393 100644 --- a/frontend/src/components/ui/LinearPrimitives.tsx +++ b/frontend/src/components/ui/LinearPrimitives.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; import { cn } from '../../lib/utils'; /** - * 777 Wolfpack UI Primitives + * Veridian UI Primitives * High-performance, high-density components for operational management. */ @@ -230,7 +230,7 @@ export function StatusBadge({ status, label, className }: StatusBadgeProps) { // Skeleton loader export function Skeleton({ className }: { className?: string }) { - return
; + return ; } // Card skeleton