File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ import {
4
4
} from '@sanity/document-internationalization'
5
5
import { CogIcon , EditIcon , LockIcon , UserIcon } from '@sanity/icons'
6
6
// @ts -expect-error -- TODO figure out how to get typings for this
7
- import { theme } from 'https://themer.creativecody.dev/api/hues?preset=tw-cyan&default=677389;500;lightest:f9fafb;darkest:101728&primary=51b4d0;500;lightest:effefe;darkest:264d61&transparent=6b727f;500;lightest:f8fafb;darkest:131826&positive=55b785;500;lightest:eefdf5;darkest:214d3b&caution=e2b53e;500;lightest:fefbea;darkest:69411b&critical=e14f62;500;lightest:fdf2f2;darkest:7d2037&min=1'
8
7
import { createConfig } from 'sanity'
8
+ // @ts -expect-error -- TODO figure out how to get typings for this
9
+ import { theme } from 'https://themer.creativecody.dev/api/hues?default=8bb9b5;400&primary=fa7a78;400&transparent=8bb9b5;400&positive=43d675;300&caution=fbd024;200&critical=f02f53&lightest=fcfdfd&darkest=0d1515&min=1'
10
+
9
11
import { deskTool } from 'sanity/desk'
10
12
11
13
import SocialMediaCardPreview from './components/SocialMediaCardPreview'
You can’t perform that action at this time.
0 commit comments