2026-01-16 00:51:32 +00:00
|
|
|
# Complete List of Remaining Tailwind Default Color Instances
|
|
|
|
|
**Generated**: Automatically generated list
|
2026-01-16 00:59:56 +00:00
|
|
|
**Total Files**: 1
|
|
|
|
|
**Total Instances**: 1
|
2026-01-16 00:51:32 +00:00
|
|
|
**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
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-01-16 00:58:12 +00:00
|
|
|
### apps/web/src/components/social/ExploreView.tsx
|
2026-01-16 00:51:32 +00:00
|
|
|
**Total instances in file**: 1
|
|
|
|
|
|
2026-01-16 00:58:12 +00:00
|
|
|
- **Line 33**: `from-blue-`
|
2026-01-16 00:51:32 +00:00
|
|
|
```tsx
|
2026-01-16 00:58:12 +00:00
|
|
|
// { name: 'Ambient', color: 'from-blue-400 to-teal-500' },
|
2026-01-16 00:51:32 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|