diff --git a/frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx b/frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx index a09962216f..e09a062ecd 100644 --- a/frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx +++ b/frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx @@ -1,6 +1,166 @@ +import AddSvg from '$app/components/_shared/svg/AddSvg'; +import { ChecklistTypeSvg } from '$app/components/_shared/svg/ChecklistTypeSvg'; +import { CheckmarkSvg } from '$app/components/_shared/svg/CheckmarkSvg'; +import { ArrowLeftSvg } from '$app/components/_shared/svg/ArrowLeftSvg'; +import { ArrowRightSvg } from '$app/components/_shared/svg/ArrowRightSvg'; +import { BoardSvg } from '$app/components/_shared/svg/BoardSvg'; +import { CheckboxSvg } from '$app/components/_shared/svg/CheckboxSvg'; +import { ClockSvg } from '$app/components/_shared/svg/ClockSvg'; +import { CloseSvg } from '$app/components/_shared/svg/CloseSvg'; +import { CopySvg } from '$app/components/_shared/svg/CopySvg'; +import { DateTypeSvg } from '$app/components/_shared/svg/DateTypeSvg'; +import { Details2Svg } from '$app/components/_shared/svg/Details2Svg'; +import { DocumentSvg } from '$app/components/_shared/svg/DocumentSvg'; +import { DropDownShowSvg } from '$app/components/_shared/svg/DropDownShowSvg'; +import { EarthSvg } from '$app/components/_shared/svg/EarthSvg'; +import { EditorCheckSvg } from '$app/components/_shared/svg/EditorCheckSvg'; +import { EditorUncheckSvg } from '$app/components/_shared/svg/EditorUncheckSvg'; +import { EditSvg } from '$app/components/_shared/svg/EditSvg'; +import { EyeClosedSvg } from '$app/components/_shared/svg/EyeClosedSvg'; +import { EyeOpenSvg } from '$app/components/_shared/svg/EyeOpenSvg'; +import { FilterSvg } from '$app/components/_shared/svg/FilterSvg'; +import { GridSvg } from '$app/components/_shared/svg/GridSvg'; +import { HideMenuSvg } from '$app/components/_shared/svg/HideMenuSvg'; +import { InformationSvg } from '$app/components/_shared/svg/InformationSvg'; +import { LogoutSvg } from '$app/components/_shared/svg/LogoutSvg'; +import { MoreSvg } from '$app/components/_shared/svg/MoreSvg'; +import { MultiSelectTypeSvg } from '$app/components/_shared/svg/MultiSelectTypeSvg'; +import { NumberTypeSvg } from '$app/components/_shared/svg/NumberTypeSvg'; +import { PropertiesSvg } from '$app/components/_shared/svg/PropertiesSvg'; +import { SearchSvg } from '$app/components/_shared/svg/SearchSvg'; +import { ShowMenuSvg } from '$app/components/_shared/svg/ShowMenuSvg'; +import { SingleSelectTypeSvg } from '$app/components/_shared/svg/SingleSelectTypeSvg'; +import { SkipLeftSvg } from '$app/components/_shared/svg/SkipLeftSvg'; +import { SkipRightSvg } from '$app/components/_shared/svg/SkipRightSvg'; +import { SortSharp } from '@mui/icons-material'; +import { SortSvg } from '$app/components/_shared/svg/SortSvg'; +import { TextTypeSvg } from '$app/components/_shared/svg/TextTypeSvg'; +import { TrashSvg } from '$app/components/_shared/svg/TrashSvg'; +import { UrlTypeSvg } from '$app/components/_shared/svg/UrlTypeSvg'; + export const TestColors = () => { return ( -