Skip to content

Commit

Permalink
Change 'blue' to 'indigo' in all AI branded components (Toast and AI …
Browse files Browse the repository at this point in the history
…sparkle buttons)

#1624
Fix linting issues.
  • Loading branch information
mykola committed Jun 14, 2024
1 parent e4962a6 commit 1583f8e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/js/src/ai-assessment-fixes/components/sparkles-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ export const SparklesIcon = ( { pressed = false } ) => {
<path
d="M3.33284 2.96991V5.63658M1.99951 4.30324H4.66618M3.99951 12.3032V14.9699M2.66618 13.6366H5.33284M8.66618 2.96991L10.19 7.54134L13.9995 8.96991L10.19 10.3985L8.66618 14.9699L7.14237 10.3985L3.33284 8.96991L7.14237 7.54134L8.66618 2.96991Z"
stroke={ pressed ? "white" : "url(#paint0_linear_1538_754)" } strokeWidth="1.33333" strokeLinecap="round"
strokeLinejoin="round"/>
strokeLinejoin="round"
/>
<defs>
<linearGradient id="paint0_linear_1538_754" x1="1.99951" y1="2.96991" x2="15.3308" y2="4.69764"
gradientUnits="userSpaceOnUse">
<stop stopColor="#A61E69"/>
<stop offset="1" stopColor="#6366F1"/>
<linearGradient
id="paint0_linear_1538_754" x1="1.99951" y1="2.96991" x2="15.3308" y2="4.69764"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#A61E69" />
<stop offset="1" stopColor="#6366F1" />
</linearGradient>
</defs>
</svg>
Expand Down

0 comments on commit 1583f8e

Please sign in to comment.