aural-ui 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,7 +173,7 @@ function DarkArrow(props: React.ComponentProps<typeof TooltipPrimitive.Arrow>) {
173
173
  y2="0.5"
174
174
  gradientUnits="userSpaceOnUse"
175
175
  >
176
- <stop stop-color="#350565" />
176
+ <stop stopColor="#350565" />
177
177
  <stop offset="0.502442" stopColor="var(--color-fm-secondary-200)" />
178
178
  <stop offset="1" stopColor="#350663" />
179
179
  </linearGradient>
@@ -15,7 +15,6 @@ export const CircleTickIcon = (
15
15
  <path
16
16
  d="M10.25 6.625L6.875 10.75L5.375 9.25M14.9375 8.5C14.9375 12.3315 11.8315 15.4375 8 15.4375C4.16852 15.4375 1.0625 12.3315 1.0625 8.5C1.0625 4.66852 4.16852 1.5625 8 1.5625C11.8315 1.5625 14.9375 4.66852 14.9375 8.5Z"
17
17
  strokeLinecap="square"
18
- strokeWidth="1.5"
19
18
  />
20
19
  </svg>
21
20
  </AccessibleIcon>