Create copilot auth popup UI
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user