Skip to content

Commit 53df70f

Browse files
committed
[Site] Fix UX Icons color
1 parent 2c360c6 commit 53df70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)