Create copilot auth popup UI
This commit is contained in:
parent
da81ff3295
commit
6ff09865eb
12 changed files with 253 additions and 170 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue