@flexiui/svelte-rich-text 0.0.42 → 0.0.43
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/RichText.svelte +1 -1
- package/package.json +1 -1
package/dist/RichText.svelte
CHANGED
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
aria-label="Audio"
|
|
1293
1293
|
class:is-active={$editor.isActive("audio")}
|
|
1294
1294
|
>
|
|
1295
|
-
<svg style="transform: scale(1.1);" fill="
|
|
1295
|
+
<svg style="transform: scale(1.1);" fill="currentColor" width="24px" viewBox="0 -960 960 960" height="24px" xmlns="http://www.w3.org/2000/svg"><path d="M400-120q-66 0-113-47t-47-113q0-66 47-113t113-47q23 0 42.5 5.5T480-418v-422h240v160H560v400q0 66-47 113t-113 47Z"></path></svg>
|
|
1296
1296
|
</button>
|
|
1297
1297
|
</div>
|
|
1298
1298
|
|