Create custom select, update tests

This commit is contained in:
phntxx 2021-06-30 00:56:01 +02:00
parent bfc8caf091
commit d8c9e57dee
21 changed files with 189 additions and 300 deletions

View file

@ -1,5 +1,5 @@
import { ISearchProps } from "../components/searchBar";
import { IBookmarkGroupProps } from "../components/bookmarkGroup";
import { IBookmarkGroupProps } from "../components/bookmarks";
import { IAppCategoryProps } from "../components/appCategory";
import { IAppProps } from "../components/app";
import { IThemeProps } from "./theme";

View file

@ -1,6 +1,6 @@
export interface IThemeProps {
label: string;
value: number;
import { IItemProps } from "../components/select";
export interface IThemeProps extends IItemProps {
mainColor: string;
accentColor: string;
backgroundColor: string;