insert used the wrong type of icon

This commit is contained in:
nizune 2021-07-09 00:15:10 +02:00
parent 731a8d0e6c
commit f596e73d6b
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,8 @@ import mutantSVG from "../assets/mutant_emoji.svg";
import notoSVG from "../assets/noto_emoji.svg";
import openmojiSVG from "../assets/openmoji_emoji.svg";
import twemojiSVG from "../assets/twemoji_emoji.svg";
import { Reset, Import, Pencil } from "@styled-icons/boxicons-regular";
import { Reset, Import } from "@styled-icons/boxicons-regular";
import { Pencil } from "@styled-icons/boxicons-solid";
import Tooltip from "../../../components/common/Tooltip";
interface Props {

View file

@ -304,7 +304,7 @@
}
.override {
gap: 16px;
gap: 8px;
display: flex;
.picker {