fix: color orange1

This commit is contained in:
Baptiste Augrain 2023-04-18 20:58:09 +02:00
parent b01d7d8339
commit b96d266673
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 KiB

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View File

@ -2,4 +2,4 @@ COLOR_PRIMARY_400="#FFA348"
COLOR_PRIMARY_500="#FF7800" COLOR_PRIMARY_500="#FF7800"
COLOR_PRIMARY_700="#E66100" COLOR_PRIMARY_700="#E66100"
COLOR_PRIMARY_900="#C64600" COLOR_PRIMARY_900="#C64600"
COLOR_PRIMARY_900="#6D2D0A" COLOR_PRIMARY_950="#6D2D0A"

View File

@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="100" height="100" viewBox="0, 0, 100, 100"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="100" height="100" viewBox="0, 0, 100, 100">
<defs> <defs>
<linearGradient id="Gradient_1" gradientUnits="userSpaceOnUse" x1="202.342" y1="216.304" x2="273.332" y2="284.799" gradientTransform="matrix(1.28, 0, 0, 1.28, -255.999, -272.645)"> <linearGradient id="Gradient_1" gradientUnits="userSpaceOnUse" x1="-0.003" y1="1.302" x2="96.665" y2="94.573">
<stop offset="0" stop-color="@@PRIMARY_400@@"/> <stop offset="0" stop-color="@@PRIMARY_400@@"/>
<stop offset="1" stop-color="@@PRIMARY_900@@"/> <stop offset="1" stop-color="@@PRIMARY_900@@"/>
</linearGradient> </linearGradient>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB