Files
coolify/resources/views/components
Andras Bacsai b02689a43e feat: display service logos in original colors with consistent sizing
This commit improves the visual presentation of service, application, and database logos on the new resource selection page:

- Remove grayscale filter: Logos now display in their original colors by default instead of being greyed out
- Dark mode support for SVGs: Updated SVG logos to use `fill="currentColor"` and added `text-black dark:text-white` wrapper for proper light/dark theme adaptation
- Consistent aspect ratios: Removed `aspect-square` and added `object-contain` to preserve original logo proportions
- Uniform sizing: Implemented fixed-size container (4.5rem × 4.5rem) with centered logo positioning to ensure all logos appear at consistent sizes regardless of intrinsic dimensions
- Improved mobile UX: Adjusted sticky search bar positioning from `top-10` to `top-20` to prevent navbar overlap

Files modified:
- resources/views/livewire/project/new/select.blade.php
- resources/views/components/resource-view.blade.php
- app/Livewire/Project/New/Select.php
- public/svgs/*.svg (12 SVG files updated with currentColor)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 10:22:33 +02:00
..
2023-12-07 19:06:32 +01:00
2025-10-09 12:53:57 +02:00
2025-09-22 23:38:36 +05:30
2023-08-11 20:19:42 +02:00
2024-03-24 16:00:25 +01:00
2023-08-11 20:19:42 +02:00
2024-03-28 12:30:06 +01:00
2023-08-29 16:31:46 +02:00
2023-08-29 16:31:46 +02:00
2024-03-24 16:00:25 +01:00
2024-03-25 10:41:44 +01:00