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,5 +1,6 @@
|
||||
import { Icon, IconType } from '@/components/Icon';
|
||||
import { Icon } from '@/components/Icon';
|
||||
import { FunctionComponent } from 'preact';
|
||||
import { IconType } from '@standardnotes/snjs';
|
||||
|
||||
interface Props {
|
||||
iconType: IconType;
|
||||
|
||||
Reference in New Issue
Block a user