Use better cloze button icon

This commit is contained in:
Henrik Giesel 2021-07-01 11:46:39 +02:00
parent 3581ee8f95
commit 982afca625
3 changed files with 4 additions and 4 deletions

View file

@ -112,7 +112,7 @@ copy_mdi_icons(
"format-superscript.svg",
"format-subscript.svg",
"function-variant.svg",
"code-brackets.svg",
"contain.svg",
"xml.svg",
"format-color-text.svg",

View file

@ -11,7 +11,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import WithShortcut from "components/WithShortcut.svelte";
import WithContext from "components/WithContext.svelte";
import { bracketsIcon } from "./icons";
import { ellipseIcon } from "./icons";
import { forEditorField } from ".";
import { wrapCurrent } from "./wrap";
@ -53,7 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:click={onCloze}
on:mount={createShortcut}
>
{@html bracketsIcon}
{@html ellipseIcon}
</IconButton>
</WithContext>
</WithContext>

View file

@ -27,7 +27,7 @@ export { default as colorHelperIcon } from "./color-helper.svg";
export { default as paperclipIcon } from "./paperclip.svg";
export { default as micIcon } from "./mic.svg";
export { default as bracketsIcon } from "./code-brackets.svg";
export { default as ellipseIcon } from "./contain.svg";
export { default as functionIcon } from "./function-variant.svg";
export { default as xmlIcon } from "./xml.svg";