Add support for variable links

This commit is contained in:
Ayaz Hafiz 2023-08-02 12:10:53 -05:00
parent cf71176bc5
commit a5eaba9ab3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 271 additions and 127 deletions

View file

@ -64,3 +64,5 @@ export function contentStyles(desc: TypeDescriptor | undefined): ContentStyles {
return { name: "Error", bg: "bg-red-400" };
}
}
export const LinkStyles: ContentStyles = { name: "Link", bg: "bg-slate-500" };