mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
insert used the wrong type of icon
This commit is contained in:
parent
731a8d0e6c
commit
f596e73d6b
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
}
|
||||
|
||||
.override {
|
||||
gap: 16px;
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
|
||||
.picker {
|
||||
|
|
Loading…
Reference in a new issue