feat: get editor icons and their colors from snjs (#828)
* feat: get editor icons and their colors from snjs * feat: get icons and their tints from snjs * fix: use IconType from snjs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Icon, IconType } from '@/components/Icon';
|
||||
import { Icon } from '@/components/Icon';
|
||||
import {
|
||||
Disclosure,
|
||||
DisclosureButton,
|
||||
@@ -7,6 +7,7 @@ import {
|
||||
import { FunctionComponent } from 'preact';
|
||||
import { MouseEventHandler } from 'react';
|
||||
import { useState, useRef, useEffect } from 'preact/hooks';
|
||||
import { IconType } from '@standardnotes/snjs';
|
||||
|
||||
const DisclosureIconButton: FunctionComponent<{
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user