feat(@ui): migrate colour swatches and combo box

This commit is contained in:
Paul Makles
2022-05-29 16:38:09 +01:00
parent 4bcfa601a5
commit 1bd138d6ef
8 changed files with 10 additions and 203 deletions

View File

@@ -6,7 +6,7 @@ import pSBC from "shade-blend-color";
import { Text } from "preact-i18n";
import { Checkbox } from "@revoltchat/ui";
import { Checkbox, ColourSwatches, ComboBox } from "@revoltchat/ui";
import TextAreaAutoSize from "../../lib/TextAreaAutoSize";
@@ -21,8 +21,6 @@ import {
MONOSPACE_FONT_KEYS,
} from "../../context/Theme";
import ColourSwatches from "../ui/ColourSwatches";
import ComboBox from "../ui/ComboBox";
import Radio from "../ui/Radio";
import CategoryButton from "../ui/fluent/CategoryButton";
import { EmojiSelector } from "./appearance/EmojiSelector";