Reubencf Claude Opus 4.8 (1M context) commited on
Commit
3adc830
·
1 Parent(s): eda1743

Make the selected Unsplash topic chip light green

Browse files

Switch the active filter chip from dark gray to a light green
background with dark green text.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. components/UnsplashImageSearch.tsx +1 -1
components/UnsplashImageSearch.tsx CHANGED
@@ -176,7 +176,7 @@ export default function UnsplashImageSearch({ onImageSelect, onClose, topic }: U
176
  onClick={() => handleQuickSearch(term)}
177
  className={`rounded-lg border px-3 py-1.5 text-xs font-medium transition-colors ${
178
  active
179
- ? 'border-gray-800 bg-gray-800 text-white'
180
  : 'border-gray-200 text-gray-500 hover:bg-gray-50'
181
  }`}
182
  >
 
176
  onClick={() => handleQuickSearch(term)}
177
  className={`rounded-lg border px-3 py-1.5 text-xs font-medium transition-colors ${
178
  active
179
+ ? 'border-green-300 bg-green-200 text-green-900'
180
  : 'border-gray-200 text-gray-500 hover:bg-gray-50'
181
  }`}
182
  >