Skip to content

Commit 2173559

Browse files
committed
minor #1888 [Site] Fix UX Icons color (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fix UX Icons color Oops Commits ------- 53df70f [Site] Fix UX Icons color
2 parents 2c360c6 + 53df70f commit 2173559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/src/Service/UxPackageRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function findAll(?string $query = null): array
5757
'icons',
5858
'UX Icons',
5959
'app_icons',
60-
'#3737FF',
60+
'#fff',
6161
'linear-gradient(to bottom right, cyan, purple)',
6262
'Render SVG icons seamlessly from your Twig templates.',
6363
'I need to render SVG icons.',

0 commit comments

Comments
 (0)