rivia 0.0.95 → 0.0.96
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1099,7 +1099,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
|
|
|
1099
1099
|
const circle = stepElement.querySelector(".onboard-circle");
|
|
1100
1100
|
if (circle) {
|
|
1101
1101
|
circle.innerHTML = `
|
|
1102
|
-
<div style="background-color: green; border-radius: 50
|
|
1102
|
+
<div style="background-color: green !important; border-radius: 50% !important; width: 18px !important; height: 18px !important; display: flex !important; align-items: center !important; justify-content: center !important;position:relative !important;top: -3px !important;left: -4px !important;">
|
|
1103
1103
|
<svg width="16" height="16" viewBox="0 0 512 512" fill="white" xmlns="http://www.w3.org/2000/svg">
|
|
1104
1104
|
<path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206
|
|
1105
1105
|
0-36.204l36.203-36.204c9.997-9.998 26.207-9.998
|