Create copilot auth popup UI

This commit is contained in:
Mikayla Maki 2023-03-27 14:25:11 -07:00
parent da81ff3295
commit 6ff09865eb
12 changed files with 253 additions and 170 deletions

View file

@ -280,3 +280,15 @@ export function border(
...properties,
}
}
export function svg(color: string, asset: String, width: Number, height: Number) {
return {
color,
asset,
dimensions: {
width,
height,
}
}
}