# Complete List of Remaining Tailwind Default Color Instances **Generated**: Automatically generated list **Total Files**: 1 **Total Instances**: 1 **Status**: Action 9.1.1.3 - In Progress (294 instances migrated, ~19.7% complete) ## Usage This document lists all remaining Tailwind default color instances organized by file path. Each entry includes: - File path - Line number - Color classes found - Full line context ## Migration Guidelines Refer to `TAILWIND_COLORS_AUDIT.md` for color mapping: - `text-gray-*` → `text-kodo-content-dim` or `text-kodo-text-main` - `bg-gray-*` → `bg-kodo-graphite`, `bg-kodo-ink`, `bg-kodo-steel`, etc. - `border-gray-*` → `border-kodo-steel` - `text-blue-*` → `text-kodo-cyan` (when appropriate) - Other colors: Map to appropriate Kodo design system colors ## Files with Tailwind Default Colors --- ### apps/web/src/components/social/ExploreView.tsx **Total instances in file**: 1 - **Line 33**: `from-blue-` ```tsx // { name: 'Ambient', color: 'from-blue-400 to-teal-500' }, ``` ---