Skip to content

Commit

Permalink
Add resolveMetaThemeRefs util to metadata (#10703)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronccasanova committed Sep 26, 2023
1 parent 3987c0e commit c75c87d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polaris-tokens/src/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {metaThemeDefault} from './themes';
import type {Exact, MetadataBase} from './types';
import {resolveMetaThemeRefs} from './themes/utils';

export const metadata = metaThemeDefault;
export const metadata = resolveMetaThemeRefs(metaThemeDefault);

export type Metadata = typeof metadata;

Expand Down

0 comments on commit c75c87d

Please sign in to comment.