mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Add support for variable links
This commit is contained in:
parent
cf71176bc5
commit
a5eaba9ab3
6 changed files with 271 additions and 127 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue