Fix issue with variable accessor

This commit is contained in:
Amruth Pillai
2022-10-15 23:47:16 +02:00
parent 284a39aa77
commit 3a7b98d30e
4 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ export type PageConfig = {
export type ThemeConfig = {
text: string;
background: string;
primary: string;
background: string;
};
export type TypeCategory = 'heading' | 'body';