fix(gh-icon): update colors for ColoredPath component (#4233)

* Update colors for ColoredPath component

* fix(site): fix linting issues SvgPreview

---------

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Jakob Guddas
2026-04-20 11:23:35 +02:00
committed by GitHub
parent dc803026e0
commit f0eaba827e

View File

@@ -459,7 +459,20 @@ const SvgPreview = (
/>
<ColoredPath
paths={paths}
colors={['#dfdfd6']}
colors={[
'#1982c4',
'#4267AC',
'#6a4c93',
'#B55379',
'#FF595E',
'#FF7655',
'#ff924c',
'#FFAE43',
'#ffca3a',
'#C5CA30',
'#8ac926',
'#52A675',
]}
/>
<Radii
paths={paths}