Spaces:
Running
Running
Make the selected Unsplash topic chip light green
Browse filesSwitch 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>
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-
|
| 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 |
>
|