Skip to content

Commit

Permalink
Merge pull request #198 from reaviz/fix-svg-property-names
Browse files Browse the repository at this point in the history
Fix SVG properties names
  • Loading branch information
amcdnl authored May 17, 2024
2 parents 683e5d7 + 2faba31 commit d7c0805
Show file tree
Hide file tree
Showing 13 changed files with 182 additions and 182 deletions.
8 changes: 4 additions & 4 deletions docs/blocks/administration/Profile.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const LogoIcon = ({ className }) => (
y2="159.958"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1352FF" />
<stop offset="0.354721" stop-color="#009BFF" />
<stop offset="0.62382" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#1352FF" />
<stop offset="0.354721" stopColor="#009BFF" />
<stop offset="0.62382" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down
20 changes: 10 additions & 10 deletions docs/blocks/administration/Team.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const GoodCodeLogo = () => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M9.30914 0L0.800049 5.95244L9.30914 12V6.50322L7.39925 5.2725L6.32435 6L8.11316 7.16363V9.6557L2.90066 5.95244L9.30914 1.4745V0Z"
fill="url(#paint0_linear_2617_5417)"
/>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M9.30912 1.93848L3.61314 5.95581L7.70718 8.86155V7.35838L5.64 6.01625L9.30912 3.42873V1.93848Z"
fill="url(#paint1_linear_2617_5417)"
/>
Expand All @@ -48,10 +48,10 @@ const GoodCodeLogo = () => (
y2="10.0814"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#105EFF" />
<stop offset="0.413357" stop-color="#009BFF" />
<stop offset="0.735652" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#105EFF" />
<stop offset="0.413357" stopColor="#009BFF" />
<stop offset="0.735652" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
<linearGradient
id="paint1_linear_2617_5417"
Expand All @@ -61,10 +61,10 @@ const GoodCodeLogo = () => (
y2="2.10756"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#105EFF" />
<stop offset="0.413357" stop-color="#009BFF" />
<stop offset="0.735652" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#105EFF" />
<stop offset="0.413357" stopColor="#009BFF" />
<stop offset="0.735652" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down
8 changes: 4 additions & 4 deletions docs/blocks/authentication/ForgotPassword.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const LogoIcon = ({ className }) => (
y2="159.958"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1352FF" />
<stop offset="0.354721" stop-color="#009BFF" />
<stop offset="0.62382" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#1352FF" />
<stop offset="0.354721" stopColor="#009BFF" />
<stop offset="0.62382" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down
8 changes: 4 additions & 4 deletions docs/blocks/authentication/Login.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const LogoIcon = ({ className }) => (
y2="159.958"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1352FF" />
<stop offset="0.354721" stop-color="#009BFF" />
<stop offset="0.62382" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#1352FF" />
<stop offset="0.354721" stopColor="#009BFF" />
<stop offset="0.62382" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down
20 changes: 10 additions & 10 deletions docs/blocks/authentication/Mfa.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const LogoIcon = ({ className }) => (
y2="159.958"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1352FF" />
<stop offset="0.354721" stop-color="#009BFF" />
<stop offset="0.62382" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#1352FF" />
<stop offset="0.354721" stopColor="#009BFF" />
<stop offset="0.62382" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down Expand Up @@ -409,7 +409,7 @@ const QRLightIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M13 13V55H55V13H13ZM19 19H49V49H19V19Z"
fill="white"
/>
Expand Down Expand Up @@ -442,7 +442,7 @@ const QRLightIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M187 13L145 13V55H187V13ZM181 19V49H151V19H181Z"
fill="white"
/>
Expand Down Expand Up @@ -475,7 +475,7 @@ const QRLightIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M13 187H55V145H13L13 187ZM19 181V151H49V181H19Z"
fill="white"
/>
Expand Down Expand Up @@ -870,7 +870,7 @@ const QRDarkIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M13 13V55H55V13H13ZM19 19H49V49H19V19Z"
fill="white"
/>
Expand Down Expand Up @@ -901,7 +901,7 @@ const QRDarkIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M187 13L145 13V55H187V13ZM181 19V49H151V19H181Z"
fill="white"
/>
Expand Down Expand Up @@ -932,7 +932,7 @@ const QRDarkIcon = ({ className }) => (
>
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M13 187H55V145H13L13 187ZM19 181V151H49V181H19Z"
fill="white"
/>
Expand Down
8 changes: 4 additions & 4 deletions docs/blocks/authentication/Register.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const LogoIcon = ({ className }) => (
y2="159.958"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1352FF" />
<stop offset="0.354721" stop-color="#009BFF" />
<stop offset="0.62382" stop-color="#105EFF" />
<stop offset="1" stop-color="#090E43" />
<stop stopColor="#1352FF" />
<stop offset="0.354721" stopColor="#009BFF" />
<stop offset="0.62382" stopColor="#105EFF" />
<stop offset="1" stopColor="#090E43" />
</linearGradient>
</defs>
</svg>
Expand Down
Loading

0 comments on commit d7c0805

Please sign in to comment.